macro_rules! bind_error {
() => { ... };
(@ $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}
Expand description
Constructs a ErrorCode::BindError
variant.
macro_rules! bind_error {
() => { ... };
(@ $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}
Constructs a ErrorCode::BindError
variant.