Trait embedded_io::Error 
source · pub trait Error: Debug {
    // Required method
    fn kind(&self) -> ErrorKind;
}Expand description
Error trait.
This trait allows generic code to do limited inspecting of errors, to react differently to different kinds.