Enum ic_agent::identity::PemError [−][src]
pub enum PemError {
Io(Error),
PemError(PemError),
KeyRejected(KeyRejected),
ErrorStack(ErrorStack),
}Expand description
An error happened while reading a PEM file.
Variants
Io(Error)
Tuple Fields
0: ErrorPemError(PemError)
Tuple Fields
0: PemErrorKeyRejected(KeyRejected)
Tuple Fields
0: KeyRejectedErrorStack(ErrorStack)
Tuple Fields
0: ErrorStackTrait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for PemError
impl !UnwindSafe for PemError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
