[src]

Trait std::num::ToStrRadix

pub trait ToStrRadix {
    fn to_str_radix(&self, radix: uint) -> ~str;
}

Required Methods

fn to_str_radix(&self, radix: uint) -> ~str

Implementors