Type Alias BindingMap

Source
pub type BindingMap = BTreeMap<ResourceBinding, u8>;
Expand description

Mapping between resources and bindings.

Aliased Typeยง

pub struct BindingMap { /* private fields */ }