pub fn format_output<W: Write, T>( format: Format, out: W, output: &T, ) -> Result<()>where T: Serialize,