Searched defs:Primitive (Results 1 – 1 of 1) sorted by relevance
127 type Primitive: Into<Primitive> + TryFrom<Primitive>; typedef130 fn to_primitive(&self) -> Self::Primitive; in to_primitive()184 pub enum Primitive { enum193 impl From<i64> for Primitive { implementation198 impl From<i32> for Primitive { implementation203 impl From<Vec<u8>> for Primitive { implementation