[][src]Type Definition ogma::matcher::FuncMatcher

type FuncMatcher<'a, C> = fn(&mut C, &'a str) -> Result<Box<dyn Callable + 'a>, MatchError>;

A function pointer which matches a string given a context to a callable Func