pub trait MutableRef<T>: WriteRef<T> + ReadRef<T> { }

Implementors