Function round_trip

Source
pub fn round_trip<T>(input: T) -> T
where T: IntoDisk + FromDisk,