AuthorizerExt

Trait AuthorizerExt 

Source
pub trait AuthorizerExt {
    // Required methods
    fn allow_all(self) -> Self;
    fn deny_all(self) -> Self;
}

Required Methods§

Source

fn allow_all(self) -> Self

Source

fn deny_all(self) -> Self

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§