Macro simd_json::stry [−][src]
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%.