Struct jwt_simple::prelude::Base64NoPadding [−][src]
pub struct Base64NoPadding;
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 Base64NoPaddingimpl Send for Base64NoPaddingimpl Sync for Base64NoPaddingimpl Unpin for Base64NoPaddingimpl UnwindSafe for Base64NoPadding