[][src]Macro winwrap::handle2

macro_rules! handle2 {
    ($x:expr,$err_pat:pat) => { ... };
    ($x:expr,$match_ty:ty,$err_pat:pat) => { ... };
}

Returns Ok(()).