Struct polymap::typemap::VacantEntry [] [src]

pub struct VacantEntry<'a, V: Any> { /* fields omitted */ }

A view into a vacant entry in a TypeMap.

Methods

impl<'a, V: Any> VacantEntry<'a, V>
[src]

Consumes the entry, inserting a value and returning a mutable reference.

Trait Implementations

impl<'a, V: Any> Debug for VacantEntry<'a, V>
[src]

Formats the value using the given formatter.