[−][src]Trait conv::misc::SignedInfinity
This trait indicates that a type has positive and negative "infinity" values.
This is used by the errors::UnwrapOrInf extension trait.
Required methods
fn neg_infinity() -> Self
Returns the type's positive infinity value.
fn pos_infinity() -> Self
Returns the type's negative infinity value.