Trait cargo_toml::AbstractFilesystem[][src]

pub trait AbstractFilesystem {
    fn file_names_in(&self, rel_path: &str) -> Result<HashSet<Box<str>>>;
}

Required methods

Implementors