BTclasslist

Type Alias BTclasslist 

Source
pub type BTclasslist = BTreeMap<&'static str, KeyFrameFunction>;
Expand description

A type alias for a class list implemented with BTreeMap.

Aliased Typeยง

pub struct BTclasslist { /* private fields */ }