Macro auxtools::runtime

source ·
macro_rules! runtime {
    ($fmt:expr) => { ... };
    ($fmt: expr, $( $args:expr ),*) => { ... };
}
Expand description

This macro makes instantiating Runtimes a (little bit) easier.