pub trait IsSet: Sealed { }
Expand description
Marker trait that indicates that the member is set, i.e. at least one of its setters was called.
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.