Corelib
{:?}
pub trait Debug
let word: ByteArray = "123"; println!("{:?}", word);
fn fmt(self: @T, ref f: Formatter) -> Result
Was this page helpful?