Struct codeviz_common::ElementFormatter [] [src]

pub struct ElementFormatter<'a, W> where
    W: Write + 'a, 
{ /* fields omitted */ }

Methods

impl<'a, W> ElementFormatter<'a, W> where
    W: Write
[src]

Trait Implementations

impl<'a, W> Write for ElementFormatter<'a, W> where
    W: Write
[src]

Writes a slice of bytes into this writer, returning whether the write succeeded. Read more

Writes a [char] into this writer, returning whether the write succeeded. Read more

Glue for usage of the [write!] macro with implementors of this trait. Read more

impl<'a, W> ElementFormat for ElementFormatter<'a, W> where
    W: Write
[src]