Type Alias drawbridge::jose::b64::Bytes

source ·
pub type Bytes<T = Vec<u8>, C = UrlSafeNoPad> = Bytes<T, C>;

Aliased Type§

struct Bytes<T = Vec<u8>, C = UrlSafeNoPad>(/* private fields */);