Trait lexical_util::num::Primitive
source · pub trait Primitive: 'static + Debug + Display + AsCast { }
Expand description
Primitive type trait (which all have static lifetimes).
Object Safety§
This trait is not object safe.
pub trait Primitive: 'static + Debug + Display + AsCast { }
Primitive type trait (which all have static lifetimes).