pub trait ApplyOrderPreservingSingleton<P, B2: SingletonBound>: Sealed<P, B2> { }Expand description
Marker trait identifying the boundedness of a singleton after a map operation, given an order-preserving property.
pub trait ApplyOrderPreservingSingleton<P, B2: SingletonBound>: Sealed<P, B2> { }Marker trait identifying the boundedness of a singleton after a map operation, given an order-preserving property.