Macro yew::warn [] [src]

macro_rules! warn {
    ($($e:expr),*) => { ... };
}