Macro polars::prelude::polars_warn

source ·
macro_rules! polars_warn {
    ($variant:ident, $fmt:literal $(, $arg:tt)*) => { ... };
    ($fmt:literal, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}