Enum embedded_hal_mock::MockError [−][src]
pub enum MockError {
Io(Error),
}Variants
Io(Error)
Trait Implementations
impl Debug for MockError[src]
impl Debug for MockErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Error> for MockError[src]
impl From<Error> for MockError