Macro re::ok

source ยท
macro_rules! ok {
    ($expr:expr) => { ... };
}