Struct trie::map::VacantEntry [] [src]

pub struct VacantEntry<'a, T: 'a> {
    // some fields omitted
}

A view into a vacant entry in a map.

Methods

impl<'a, T> VacantEntry<'a, T>

fn insert(self, value: T) -> &'a mut T

Set the vacant entry to the given value.