[][src]Macro winwrap::handle

macro_rules! handle {
    ($x:expr,$y:pat) => { ... };
    ($x:expr,$match_ty:ty,$y:pat,$ret_ty:ty) => { ... };
}

Returns Ok(ret).