pub trait InputPinExt: InputPin {
// Provided method
fn get(&mut self) -> Get<'_, Self> ⓘ
where Self: Unpin { ... }
}Expand description
Extension functions for instances of InputPin.
Provided Methods§
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.