Skip to main content

into_pool_err

Macro into_pool_err 

Source
macro_rules! into_pool_err {
    ( $fmt:literal ) => { ... };
    ( $fmt:literal, $($arg:tt)* ) => { ... };
    ($err: path) => { ... };
    ($err: path, $($arg:tt)*) => { ... };
}