[][src]Trait blob::Config

pub trait Config: Send + Sync {
    const CONFIG: Config;
}

Trait used for statically typed Blob encoding configs

Associated Constants

const CONFIG: Config

Associated base-64 config

Loading content...

Implementors

impl Config for Crypt
[src]

impl Config for Standard
[src]

impl Config for StandardNoPad
[src]

impl Config for UrlSafe
[src]

impl Config for UrlSafeNoPad
[src]

Loading content...