Trait type_sets::sets::Zero

source ·
pub trait Zero { }
Expand description

A set containing 0 types.

This should not be implemented manually.

For easy usage, see the macro Set.

Implementors§

source§

impl<S> Zero for S
where S: ?Sized,