FmtIface

Trait FmtIface 

Source
pub trait FmtIface: Display {
    // Required methods
    fn fmt_output(&self) -> String;
    fn fmt_call_target(&self) -> String;
}

Required Methods§

Implementors§