Trait ToI32

Source
pub trait ToI32 {
    // Required method
    fn to_i32(&self) -> i32;
}

Required Methods§

Source

fn to_i32(&self) -> i32

Implementations on Foreign Types§

Source§

impl ToI32 for String

Source§

fn to_i32(&self) -> i32

Implementors§