Trait git_mob_rs::FileActions[][src]

pub trait FileActions {
    fn write(&self, path: &Path, s: String);
fn read(&self, path: &Path) -> String; }

Required methods

fn write(&self, path: &Path, s: String)[src]

fn read(&self, path: &Path) -> String[src]

Loading content...

Implementors

impl FileActions for GmFileActions[src]

impl FileActions for MockFileActions[src]

Loading content...