pub trait Instance:
Sealed
+ Enable
+ Reset
+ General
+ CPin<0>
+ CPin<1> {
// Required methods
fn setup_qei(&mut self);
fn read_direction(&self) -> bool;
}
Required Methods§
fn setup_qei(&mut self)
fn read_direction(&self) -> bool
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.