Enum tofu::err::KeyStoreErr [] [src]

pub enum KeyStoreErr<'a> {
    CertStoreCreate(Error),
    CtxCreate(SslError),
    InitCtxs(Error),
    Entry(PathBufError),
    CertStore(E<Private<'a>::E>),
    FromDir(Private<'a>::E),
}

Variants

CertStoreCreate(Error)CtxCreate(SslError)InitCtxs(Error)Entry(PathBufError)CertStore(E<Private<'a>::E>)FromDir(Private<'a>::E)

Trait Implementations

impl<'a> Debug for KeyStoreErr<'a>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.