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

Required Methods

Implementors