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