pub trait WriteRef<T> {
    fn set_current(&self, v: T);
}

Required methods

Implementations on Foreign Types

Implementors