IsTrue

pub trait IsTrue { }
Expand description

Assert for generic const parameters

Implementors§

Source§

impl IsTrue for Assert<true>