Home
last modified time | relevance | path

Searched defs:ToPrimitive (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/num-traits/src/
Dcast.rs19 pub trait ToPrimitive { interface
169 impl ToPrimitive for $T { impl
242 impl ToPrimitive for $T { impl
369 impl ToPrimitive for $T { impl
/external/rust/crates/num-traits/tests/
Dcast.rs386 fn check<T: PartialEq + Debug + Bounded + ToPrimitive>() { in newtype_to_primitive()