bitflags
2.6.0
Module serde
Functions
In crate bitflags
?
Settings
Module
bitflags
::
serde
Copy item path
source
·
[
−
]
Expand description
Specialized serialization for flags types using
serde
.
Functions
§
deserialize
Deserialize a set of flags from a human-readable string or their underlying bits.
serialize
Serialize a set of flags as a human-readable string or their underlying bits.