Type Definition acme_data::Dictionary

source · []
pub type Dictionary<T = String> = HashMap<String, T>;