1 2
/// Internal marker trait for valid <code>u{int}</code> types i.e. everything but <code>usize</code> pub(crate) trait UnsignedInteger : Sized {}