[][src]Module itsdangerous::base64

Structs

Base64SizedEncoder

Enums

DecodeError

Errors that can occur while decoding.

Traits

Base64Sized

A trait that is implemented by Base64SizedEncoder that provides facilities for encoding a GenericArray as base64. All sizing is computed during compile time.

URLSafeBase64Encode

A trait that allows a type to be safely encoded as a url-safe basea64 string.