[][src]Macro simd_json::stry

macro_rules! stry {
    ($e:expr) => { ... };
}

FROM serde-json We only use our own error type; no need for From conversions provided by the standard library's try! macro. This reduces lines of LLVM IR by 4%.