[][src]Macro jupiter::client_error

macro_rules! client_error {
    ($err:expr $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}