Enum yamf_hash::YamfHash [−][src]
Expand description
Variants of YamfHash
Variants
Implementations
Encode a YamfHash into the out buffer.
Decode the bytes
as a YamfHash
Decode the bytes
as a YamfHash
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more