Skip to main content

ModuleList

Type Alias ModuleList 

Source
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 */);