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