pub trait StandardConverters<F> {
// Required method
fn into(self) -> F;
}
Expand description
Provides conversion from integer literal i32
to other numerical types.
pub trait StandardConverters<F> {
// Required method
fn into(self) -> F;
}
Provides conversion from integer literal i32
to other numerical types.