macro_rules! user_error { ($error_message: expr) => { ... }; ($fmt:expr, $($arg:tt)*) => { ... }; }
Expand description
Utility macro for constructing an [Error
] that represents a user-actionable
failure condition.
macro_rules! user_error { ($error_message: expr) => { ... }; ($fmt:expr, $($arg:tt)*) => { ... }; }
Utility macro for constructing an [Error
] that represents a user-actionable
failure condition.