Expand description
This crate provides two common marker types, Const and Mut, for use in distinguishing
between mutable and immutable program state.
Structs§
Traits§
- Mutability
- Marks whether a type is mutable or immutable.
This crate provides two common marker types, Const and Mut, for use in distinguishing
between mutable and immutable program state.