macro_rules! success {
    ($($arg:tt)*) => { ... };
}
Expand description

Forwards to the XMT::success method of the global instance.