into_i32

Function into_i32 

Source
pub fn into_i32<T>(x: T) -> i32
where T: TryInto<i32>, <T as TryInto<i32>>::Error: Debug,
Expand description

Safely casts a value to i32