[][src]Type Definition ogma::module::ModuleList

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

A list of FuncMatchers for a given context. Output of mod_list! macro