pub trait ReadRef<T> {
    fn current(&self) -> T;
}

Required methods

Implementors