to_mut/
lib.rs

1pub trait ToMut {
2    fn to_mut(&self) -> &mut Self;
3}