Struct ioc::DummyError [] [src]

pub struct DummyError(_);

Dummy error-type to be used for factories which never fail creating objects.

Trait Implementations

impl Debug for DummyError
[src]

Formats the value using the given formatter.

impl Display for DummyError
[src]

Formats the value using the given formatter. Read more

impl StdError for DummyError
[src]

A short description of the error. Read more

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