Zero

Trait 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,