Type Definition varlink::StringHashMap

source ·
pub type StringHashMap<T> = HashMap<String, T>;