Macro xmlhelper::test_decode [] [src]

macro_rules! test_decode {
    (
      $decoder:ident, $xml:expr, $result:expr
    ) => { ... };
}