Searched defs:ToPrimitive (Results 1 – 2 of 2) sorted by relevance
19 pub trait ToPrimitive { interface169 impl ToPrimitive for $T { impl242 impl ToPrimitive for $T { impl369 impl ToPrimitive for $T { impl
386 fn check<T: PartialEq + Debug + Bounded + ToPrimitive>() { in newtype_to_primitive()