Enum specs::error::NoError [] [src]

pub enum NoError {}

An error type which cannot be instantiated. Used as a placeholder for associated error types if something cannot fail.

Trait Implementations

impl From<NoError> for Error
[src]

[src]

Performs the conversion.

impl Debug for NoError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for NoError
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for NoError
[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

Auto Trait Implementations

impl Send for NoError

impl Sync for NoError