pub trait MutableState: DocumentState { }Expand description
Trait for states that support modification.
Only the Building state supports structural modifications.
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.