[][src]Trait cargo_manifest::AbstractFilesystem

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

Required methods

fn file_names_in(&self, rel_path: &str) -> Result<HashSet<Box<str>>>

Loading content...

Implementors

impl<'a> AbstractFilesystem for Filesystem<'a>[src]

Loading content...