CodeFragments

Type Alias CodeFragments 

Source
pub type CodeFragments = HashMap<SharedStr, &'static (dyn CodeFragment + Send + Sync)>;
Expand description

A map of all registered code fragments. Is is returned by a call to register_fragments

Aliased Typeยง

pub struct CodeFragments { /* private fields */ }