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

type ModuleList<'a, C> = Box<[FuncMatcher<'a, C>]>;

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