Macro ok

Source
macro_rules! ok {
    ($expr:expr $(,)?) => { ... };
}