Type Definition ftd::Map

source · []
pub type Map<T> = BTreeMap<String, T>;