macro_rules! stry {
($e:expr) => { ... };
}
Expand description
Custom try!
macro that does no From
conversions
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%.