Trait cup::Expand

source ·
pub trait Expand {
    // Required method
    fn expand(&self) -> Result<Vec<PathBuf>>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl Expand for Path

source§

impl Expand for PathBuf

Implementors§