Trait formality_core::SetExt
source · pub trait SetExt<T>: Sized {
// Required methods
fn split_first(self) -> Option<(T, Self)>;
fn union_with(self, other: Self) -> Self;
fn plus(self, other: T) -> Self;
}
Required Methods§
fn split_first(self) -> Option<(T, Self)>
fn union_with(self, other: Self) -> Self
fn plus(self, other: T) -> Self
Object Safety§
This trait is not object safe.