PermissionRequestExt

Trait PermissionRequestExt 

Source
pub trait PermissionRequestExt: IsA<PermissionRequest> + 'static {
    // Provided methods
    fn allow(&self) { ... }
    fn deny(&self) { ... }
}
Expand description

Provided Methods§

Source

fn allow(&self)

Allow the action which triggered this request.

Source

fn deny(&self)

Deny the action which triggered this request.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§