Trait git_mob_rs::FileActions [−][src]
pub trait FileActions { fn write(&self, path: &Path, s: String); fn read(&self, path: &Path) -> String; }
Required methods
Loading content...Implementors
impl FileActions for GmFileActions
[src]
impl FileActions for GmFileActions
[src]