Struct rsign::perror::PError [] [src]

pub struct PError { /* fields omitted */ }

Methods

impl PError
[src]

[src]

[src]

Trait Implementations

impl Debug for PError
[src]

[src]

Formats the value using the given formatter.

impl Display for PError
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for PError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl From<Error> for PError
[src]

[src]

Performs the conversion.

impl From<ParseError> for PError
[src]

[src]

Performs the conversion.

impl From<Error> for PError
[src]

[src]

Performs the conversion.

impl From<DecodeError> for PError
[src]

[src]

Performs the conversion.

impl From<FromUtf8Error> for PError
[src]

[src]

Performs the conversion.