pub type BinSet = BTreeMap<String, String>;
An ordered map for bin entries.
bin
pub struct BinSet { /* private fields */ }