Type Alias BinSet

Source
pub type BinSet = BTreeMap<String, String>;
Expand description

An ordered map for bin entries.

Aliased Typeยง

pub struct BinSet { /* private fields */ }