Function jsonfeed::to_writer [] [src]

pub fn to_writer<W>(writer: W, value: &Feed) -> Result<()> where
    W: Write

Serialize a Feed to JSON and output to an IO stream