Trait poloto::Names[][src]

pub trait Names {
    fn write_header(&self, fm: &mut Formatter<'_>) -> Result;
fn write_title(&self, fm: &mut Formatter<'_>) -> Result;
fn write_xname(&self, fm: &mut Formatter<'_>) -> Result;
fn write_yname(&self, fm: &mut Formatter<'_>) -> Result; }

Used internally to write out the header/title/xname/yname.

Required methods

fn write_header(&self, fm: &mut Formatter<'_>) -> Result[src]

fn write_title(&self, fm: &mut Formatter<'_>) -> Result[src]

fn write_xname(&self, fm: &mut Formatter<'_>) -> Result[src]

fn write_yname(&self, fm: &mut Formatter<'_>) -> Result[src]

Loading content...

Implementors

Loading content...