pub trait WriteLock<'a>: WriteLock<'a> {
    fn write(self) -> Mut<Self>
    where
        Self: Sized
, { ... } }

Provided Methods§

Implementors§