Trait tikv_util::TryInsertWith [−][src]
A helper trait for Entry
to accept a failable closure.
A helper trait for Entry
to accept a failable closure.
impl<'a, T: 'a, V: 'a, E> TryInsertWith<'a, V, E> for Entry<'a, T, V>
[src]