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§

source

fn matcher(&mut self, matcher: Matcher) -> &Self

Object Safety§

This trait is not object safe.

Implementors§