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

Required Methods

Implementors