rust_jvm::catching! [] [src]

macro_rules! catching {
    ($expr: expr) => { ... };
    ($fmt: tt, $expr: expr) => { ... };
}