Skip to main content

DynamicFns

Type Alias DynamicFns 

Source
pub(crate) type DynamicFns = IndexMap<String, (Vec<BindingIdent>, IndexMap<String, Box<InlineStyle>>)>;

Aliased Typeยง

pub(crate) struct DynamicFns { /* private fields */ }