pub type BTframelist<TRES, PRES> = BTreeMap<&'static str, KeyList<TRES, PRES>>;
A type alias for a frame list implemented with BTreeMap.
BTreeMap
pub struct BTframelist<TRES, PRES> { /* private fields */ }