BTframelist

Type Alias BTframelist 

Source
pub type BTframelist<TRES, PRES> = BTreeMap<&'static str, KeyList<TRES, PRES>>;
Expand description

A type alias for a frame list implemented with BTreeMap.

Aliased Typeยง

pub struct BTframelist<TRES, PRES> { /* private fields */ }