Macro simd_json::stry

source ·
macro_rules! stry {
    ($e:expr) => { ... };
}
Expand description

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%.