The ToStr trait for converting to strings

Trait ToStr

Method to_str

fn to_str(&self) -> ~str

Implementation of ToStr for bool

Method to_str

fn to_str(&self) -> ~str

Implementation of ToStr for ()

Method to_str

fn to_str(&self) -> ~str

Implementation of ToStr for (A,) where <A: ToStr>

Method to_str

fn to_str(&self) -> ~str

Implementation of ToStr for (A, B) where <A: ToStr, B: ToStr>

Method to_str

fn to_str(&self) -> ~str

Implementation of ToStr for (A, B, C) where <A: ToStr, B: ToStr, C: ToStr>

Method to_str

fn to_str(&self) -> ~str

Implementation of ToStr for &'self [A] where <'self, A: ToStr>

Method to_str

fn to_str(&self) -> ~str

Implementation of ToStr for ~[A] where <A: ToStr>

Method to_str

fn to_str(&self) -> ~str

Implementation of ToStr for @[A] where <A: ToStr>

Method to_str

fn to_str(&self) -> ~str