formatted_print

Function formatted_print 

Source
pub fn formatted_print<T>(output: &OutputFormat, value: T) -> Result<()>
where T: Debug + Serialize,