Macro wasm_bindgen_test::console_log [−][src]
macro_rules! console_log {
($($arg : tt) *) => { ... };
}Expand description
Helper macro which acts like println! only routes to console.log
instead.
macro_rules! console_log {
($($arg : tt) *) => { ... };
}Helper macro which acts like println! only routes to console.log
instead.