Struct pretty::IoWrite[][src]

pub struct IoWrite<W> { /* fields omitted */ }

Writes to something implementing std::io::Write

Methods

impl<W> IoWrite<W>
[src]

Trait Implementations

impl<W> Render for IoWrite<W> where
    W: Write
[src]

impl<A, W> RenderAnnotated<A> for IoWrite<W> where
    W: Write
[src]

Auto Trait Implementations

impl<W> Send for IoWrite<W> where
    W: Send

impl<W> Sync for IoWrite<W> where
    W: Sync