pub trait SetEqual<R: ?Sized> { }Expand description
Indicates that two sets are equal, i.e., they contain the same members.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait SetEqual<R: ?Sized> { }Indicates that two sets are equal, i.e., they contain the same members.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".