pub trait PropagatorState: Sealed { }Expand description
Note: This trait is sealed and should not be used externally.
It is used specifically as a type-state for an ErrorPropagator.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".