[][src]Macro candy::ret

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

Sugar for early-returning a success: return Ok($ok_value.into())