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