Trait kas::updatable::ListDataMut[][src]

pub trait ListDataMut: ListData {
    fn set(&mut self, key: &Self::Key, item: Self::Item);
}
Expand description

Trait for writable data lists

Required methods

Set data for an existing key

Implementations on Foreign Types

Implementors