Macro tikv_util::box_try[][src]

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

Boxes error first, and then does the same thing as try!.