Skip to main content

IsDowngradeFrom

Trait IsDowngradeFrom 

Source
pub unsafe trait IsDowngradeFrom<P> {
    type Remaining: IsRefOrNot;
}
Expand description

Permissions that are no greater than P

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§