Trait mozjs::conversions::Number
source · pub trait Number {
const ZERO: Self;
const MIN: Self;
const MAX: Self;
}
Expand description
Similar to num_traits, but we use need to be able to customize values
Required Associated Constants§
Object Safety§
This trait is not object safe.