pub trait Access: Copy + Default {
type RestrictShared: Access;
}
Expand description
Private trait that is implemented for the types in this module.
Required Associated Types§
Reduced access level to safely share the corresponding value.
Object Safety§
This trait is not object safe.