pub trait Infinity {
const INFINITY: Self;
}
Expand description
Provides the constant (positive) Infinity.
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait Infinity {
const INFINITY: Self;
}
Provides the constant (positive) Infinity.