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