mio::macros

Macro warn

Source
macro_rules! warn {
    ($($t:tt)*) => { ... };
}