Skip to main content

IsTrue

Trait IsTrue 

Source
pub trait IsTrue { }
Expand description

Trait used for Assert<bool> bounds, implemented by Assert<true> and not implemented by Assert<false>

Implementors§

Source§

impl IsTrue for Assert<true>