Trait kitty_remote_bindings::MatcherExt
source · pub trait MatcherExt {
// Required method
fn matcher(&mut self, matcher: Matcher) -> &Self;
}Expand description
Provides convenience function to set the matcher of commands that supports this option.
Required Methods§
Object Safety§
This trait is not object safe.