Trait type_sets::SupersetOf

source ·
pub trait SupersetOf<S> { }
Expand description

Implemented if set is a superset of S.

Implementors§

source§

impl<T, S> SupersetOf<S> for T
where S: SubsetOf<T>,