Searched defs:FromPrimitive (Results 1 – 2 of 2) sorted by relevance
411 pub trait FromPrimitive: Sized { trait527 impl FromPrimitive for $T { impl
348 fn check<T: PartialEq + Debug + FromPrimitive>() { in newtype_from_primitive()