Trait melib::shellexpand::ShellExpandTrait[][src]

pub trait ShellExpandTrait {
    fn expand(&self) -> PathBuf;
fn complete(&self, force: bool) -> SmallVec<[String; 128]>; }

Required methods

Implementations on Foreign Types

Implementors