Struct privdrop::PrivDropError[][src]

pub struct PrivDropError { /* fields omitted */ }

Trait Implementations

impl Debug for PrivDropError
[src]

Formats the value using the given formatter. Read more

impl Error for PrivDropError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl Display for PrivDropError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for PrivDropError
[src]

Performs the conversion.

impl From<(ErrorKind, &'static str)> for PrivDropError
[src]

Performs the conversion.

Auto Trait Implementations