pub trait True { }
Expand description

Implemented by Bool if COND is true

Implementors§

source§

impl True for Bool<true>