Trait videocore_gencmd::gencmd::response::IntFromStrRadix[][src]

pub trait IntFromStrRadix: Sized {
    fn from_str_radix(source: &str, radix: u32) -> Result<Self, ParseIntError>;
}

Required methods

Implementations on Foreign Types

Implementors