puffin::puffin_manager

Trait DirGuard

Source
pub trait DirGuard {
    // Required method
    fn path(&self) -> &PathBuf;
}
Expand description

DirGuard is provided by the PuffinReader to access the directory in the filesystem. Users should hold the DirGuard until they are done with the directory.

Required Methods§

Source

fn path(&self) -> &PathBuf

Implementations on Foreign Types§

Source§

impl<T: DirGuard + ?Sized> DirGuard for Arc<T>

Source§

fn path(&self) -> &PathBuf

Implementors§