pub trait AsBind {
// Required method
fn as_bind(&self) -> Vec<InputCode>;
}Expand description
Dictates what can be turned into binds for the purposes of the as_binds() method and the
binds!() and input_map!() macros
pub trait AsBind {
// Required method
fn as_bind(&self) -> Vec<InputCode>;
}Dictates what can be turned into binds for the purposes of the as_binds() method and the
binds!() and input_map!() macros