pub trait NodePermissions {
    fn check_read(&mut self, path: &Path) -> Result<(), AnyError>;
}

Required Methods§

source

fn check_read(&mut self, path: &Path) -> Result<(), AnyError>

Implementors§