Macro return_if_ok::return_if_ok [] [src]

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