[][src]Trait remotemob::git::store::Store

pub trait Store {
    fn load(&self) -> Result<Session, Error>;
fn save(&self, data: &Session) -> Result<(), Error>;
fn clean(&self) -> Result<(), Error>; }

Required methods

fn load(&self) -> Result<Session, Error>

fn save(&self, data: &Session) -> Result<(), Error>

fn clean(&self) -> Result<(), Error>

Loading content...

Implementors

impl<'repo> Store for GitCommand<'repo>[src]

Loading content...