[][src]Trait muta_protocol::traits::StoreBool

pub trait StoreBool {
    fn get(&self) -> ProtocolResult<bool>;
fn set(&mut self, b: bool) -> ProtocolResult<()>; }

Required methods

fn get(&self) -> ProtocolResult<bool>

fn set(&mut self, b: bool) -> ProtocolResult<()>

Loading content...

Implementors

Loading content...