Type Definition catalyst_entities::Map

source ·
pub type Map<K, V> = HashMap<K, V, FvnBuildHasher>;