Searched defs:ToPrimitive (Results 1 – 3 of 3) sorted by relevance
17 pub trait ToPrimitive { interface161 impl ToPrimitive for $T { impl231 impl ToPrimitive for $T { impl347 impl ToPrimitive for $T { impl
85 FloatType: Float + FromPrimitive + ToPrimitive, in calculate_relative_difference_index_lower_upper()
376 fn check<T: PartialEq + Debug + Bounded + ToPrimitive>() { in newtype_to_primitive()