Trait method lrs::fmt::Display::fmt

Formats the object into the writer.

Syntax

fn fmt<W>(&self, w: &mut W) -> Result<(), Errno>
   where W: Write,

Arguments

NameDescription
w