Macro assert_round_trip

Source
macro_rules! assert_round_trip {
    ($selection:expr) => { ... };
}