pub trait IsTrue { }Expand description
Trait used for Assert<bool> bounds, implemented by Assert<true> and not implemented by Assert<false>
pub trait IsTrue { }Trait used for Assert<bool> bounds, implemented by Assert<true> and not implemented by Assert<false>