[][src]Function polyglot::to_writer

pub fn to_writer<T: Serialize, V: Write>(
    w: V,
    val: &T,
    format: Format
) -> Result<()>