Type Alias EntryPointsMap

Source
pub type EntryPointsMap = BTreeMap<String, EntryPoint>;
Expand description

Type alias for a container used inside EntryPoints.

Aliased Typeยง

struct EntryPointsMap { /* private fields */ }