Trait FmtLeft

Source
pub trait FmtLeft: Display {
    // Required method
    fn fmt_left(&self) -> String;
}

Required Methods§

Source

fn fmt_left(&self) -> String

Implementations on Foreign Types§

Source§

impl FmtLeft for &String

Implementors§