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