A trait for standard formatting, using the empty format ("").Documentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
A trait for standard formatting, using the empty format ("").Documentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
pub trait Display
let word: ByteArray = "123";
println!("{}", word);
fn fmt(self: @T, ref f: Formatter) -> Result
Was this page helpful?