Trait control_code::Format [] [src]

pub trait Format {
    fn fmt<W: Write>(&self, f: W) -> Result<()>;
}

Required Methods

Implementors