pub trait Mode {
    fn is_read_only() -> bool;
}

Required Methods

Implementors