pub type ModuleList<'a, C> = Box<[FuncMatcher<'a, C>]>;Expand description
A list of FuncMatchers for a given context. Output of mod_list! macro
Aliased Typeยง
pub struct ModuleList<'a, C>(/* private fields */);pub type ModuleList<'a, C> = Box<[FuncMatcher<'a, C>]>;A list of FuncMatchers for a given context. Output of mod_list! macro
pub struct ModuleList<'a, C>(/* private fields */);