pub unsafe trait IsDowngradeFrom<P> {
type Remaining: IsRefOrNot;
}Expand description
Permissions that are no greater than P
Required Associated Types§
type Remaining: IsRefOrNot
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".