Function diny::serializer[][src]

pub fn serializer<F, W>(format: F, writer: W) -> Serializer<F, W>
Expand description

Creates a new (Serializer) from the specified (format)backend::FormatEncode and (writer)io::AsyncWrite