pub trait Perm:
FromPrimitive
+ ToPrimitive
+ Copy
+ Eq
+ Hash
+ Debug
+ Sync
+ Send
+ 'static {
type Auth;
const NOT_FOUND: MgmtError;
const TEST_EXISTENCE: Self;
}Required Associated Constants§
const NOT_FOUND: MgmtError
const TEST_EXISTENCE: Self
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".