pub trait QeiExt: Sized + Instance {
// Required method
fn qei(
self,
pins: (impl RInto<<Self as TimC<0>>::In, 0>, impl RInto<<Self as TimC<1>>::In, 0>),
options: QeiOptions,
rcc: &mut Rcc,
) -> Qei<Self>;
}
Required Methods§
fn qei( self, pins: (impl RInto<<Self as TimC<0>>::In, 0>, impl RInto<<Self as TimC<1>>::In, 0>), options: QeiOptions, rcc: &mut Rcc, ) -> Qei<Self>
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.