Struct hipack::writer::Writer [] [src]

pub struct Writer<W, F = PrettyFormatter> { /* fields omitted */ }

Methods

impl<W> Writer<W, CompactFormatter> where
    W: Write
[src]

impl<W> Writer<W> where
    W: Write
[src]

impl<W, F> Writer<W, F> where
    W: Write,
    F: Formatter
[src]