Trait baa::IndexToMutRef
source · pub trait IndexToMutRef<I, O> {
// Required method
fn get_mut_ref(self, index: I) -> O;
}Expand description
Implemented by value stores to convert indices into mutable value references.
pub trait IndexToMutRef<I, O> {
// Required method
fn get_mut_ref(self, index: I) -> O;
}Implemented by value stores to convert indices into mutable value references.