macro_rules! client_bail {
( $fmt:literal $(, $($arg:tt)*)?) => { ... };
}Expand description
Returns early with a formatted Error::client.
macro_rules! client_bail {
( $fmt:literal $(, $($arg:tt)*)?) => { ... };
}Returns early with a formatted Error::client.