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