Searched defs:DynamicEmptyMap (Results 1 – 1 of 1) sorted by relevance
9 pub(crate) struct DynamicEmptyMap { struct14 impl DynamicEmptyMap { argument15 pub(crate) fn new(key_type: RuntimeType, value_type: RuntimeType) -> DynamicEmptyMap { in new()50 impl fmt::Debug for DynamicEmptyMap { implementation