Structs
Statics
Traits
Serialization trait, designed to be portable comparable
(in contrast to std::hash::Hash)
Functions
Decode from string reference as octets using the specified [Engine].
Returns a
Result
containing a Vec<u8>
.Encode arbitrary octets as base64 using the provided
Engine
.
Returns a String
.