pub trait Bit: Set { }
Expand description

A trait which represents a bit.

Implementors