Struct jwt_simple::prelude::Base64 [−][src]
pub struct Base64;
Trait Implementations
Decode encoded into bin.
The output buffer can be larger than required; the returned slice is
a view of the buffer with the correct length.
ignore is an optional set of characters to ignore. Read more
Length of bin_len bytes after encoding.
Encode bin into encoded.
The output buffer can be larger than required; the returned slice is
a view of the buffer with the correct length. Read more
Encode bin into encoded, return the result as a str.
The output buffer can be larger than required; the returned slice is
a view of the buffer with the correct length. Read more
Auto Trait Implementations
impl RefUnwindSafe for Base64impl UnwindSafe for Base64