Enum embedded_hal_mock::MockError[][src]

pub enum MockError {
    Io(Error),
}

Errors that may occur during mocking.

Variants

Trait Implementations

impl Debug for MockError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for MockError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for MockError

impl Sync for MockError