pub(crate) fn write_to_file_or_print<P, T>( file: Option<P>, contents: &T, ) -> Result<()>where P: AsRef<Path>, T: Serialize,