pub trait __Str__ {
    // Required method
    fn __str__(&self) -> String;
}

Required Methods§

source

fn __str__(&self) -> String

Implementors§