macro_rules! daemon_error {
($kind:ident, $($arg:tt)*) => { ... };
}
Expand description
Helper macro for creating errors with formatted messages.
macro_rules! daemon_error {
($kind:ident, $($arg:tt)*) => { ... };
}
Helper macro for creating errors with formatted messages.