[][src]Trait workmn::conf::ConfLocation

pub trait ConfLocation {
    fn project_files(&self) -> Vec<PathBuf>;
fn tag_files(&self) -> Vec<PathBuf>; }

Required methods

fn project_files(&self) -> Vec<PathBuf>

fn tag_files(&self) -> Vec<PathBuf>

Loading content...

Implementors

impl ConfLocation for ConfFolderLocation[src]

Loading content...