Macro ferris_print::ferrisprint [] [src]

macro_rules! ferrisprint {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}