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

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

Required methods

fn expand(&self) -> PathBuf

fn complete(&self, force: bool) -> SmallVec<[String; 128]>

Loading content...

Implementations on Foreign Types

impl ShellExpandTrait for Path[src]

Loading content...

Implementors

Loading content...