Trait datafrost::Mutability
source · pub trait Mutability: MutabilityInner {
type Ref<'a, T: 'a + ?Sized>: Deref<Target = T>;
}Expand description
Marks whether a type is mutable or immutable.
Required Associated Types§
Object Safety§
This trait is not object safe.