Trait playdate_device::mount::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§