AnyMapEntry

Type Alias AnyMapEntry 

Source
pub type AnyMapEntry<K, KB> = MapEntry<K, KB, Box<DynAnyValue>, DynAnyValue>;
Expand description

A map entry whose value is a Box<DynAnyValue>.

Aliased Type§

pub struct AnyMapEntry<K, KB> { /* private fields */ }

Trait Implementations§

Source§

impl<K, KB> Display for AnyMapEntry<K, KB>
where K: Borrow<KB> + Debug + Send + Sync + 'static, KB: Debug + Display + Eq + Hash + ?Sized + Send + Sync,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult

Formats the value using the given formatter. Read more