structstd.hash_map.HashMapUnmanaged.KV[src]

Fields

key: K
value: V

Source Code

Source code
pub const KV = struct {
    key: K,
    value: V,
}