Trait Volume

Source
pub trait Volume {
    // Required method
    fn path(&self) -> Cow<'_, Path>;
}

Required Methods§

Source

fn path(&self) -> Cow<'_, Path>

This volume’s path.

Implementors§