Trait embedded_menu::interaction::InputAdapterSource
source · pub trait InputAdapterSource<R>: Copy {
type InputAdapter: InputAdapter<Value = R>;
// Required method
fn adapter(&self) -> Self::InputAdapter;
}
Required Associated Types§
type InputAdapter: InputAdapter<Value = R>
Required Methods§
fn adapter(&self) -> Self::InputAdapter
Object Safety§
This trait is not object safe.