Structs§
- Base64
- Base64 newtype wrapper using
STANDARD_INDIFFERENT_PADencoding. May be generally treated as if it were a primitive Vec, e.g.&Base64will provide&[u8]. - UrlBase64
- Base64 newtype wrapper using
URL_SAFE_INDIFFERENT_PADencoding. Used for Azure requests and responses.