[src]

Trait std::num::FromStrRadix

pub trait FromStrRadix {
    fn from_str_radix(str: &str, radix: uint) -> Option<Self>;
}

Required Methods

fn from_str_radix(str: &str, radix: uint) -> Option<Self>

Implementors