pub trait AccessBorrowMut<'a, T, B>: Access<T>{
// Required method
fn borrow_mut(&'a mut self) -> B;
}Expand description
Borrow an accessor mutably
pub trait AccessBorrowMut<'a, T, B>: Access<T>{
// Required method
fn borrow_mut(&'a mut self) -> B;
}Borrow an accessor mutably