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

Required Methods

Implementors