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 PartialEq for NoError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for NoError
[src]

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