tikv_util
macro_rules! box_err { ($e:expr) => { ... }; ($f:tt, $($arg:expr),+) => { ... }; }
A shortcut to box an error.