Trait ezno_lib::ReadFromFS
source · pub trait ReadFromFS {
// Required method
fn get_content_at_path(&self, path: &Path) -> Option<String>;
}pub trait ReadFromFS {
// Required method
fn get_content_at_path(&self, path: &Path) -> Option<String>;
}