pub trait DocumentState:
Sealed
+ Clone
+ Copy
+ Default { }Expand description
Marker trait for document states.
This trait is sealed - only the states defined in this module can implement it. This prevents external code from defining new document states.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.