pub trait ErrorType {
    type Error: Debug;
}
Expand description

GPIO error type trait

This just defines the error type, to be used by the other traits.

Required Associated Types

Error type

Implementations on Foreign Types

Implementors