Skip to main content

errmsg

Macro errmsg 

Source
macro_rules! errmsg {
    ($( $fmt_args:expr ),*) => { ... };
}
Expand description

Use string formatting to create an Error of kind errors::ErrorKind::Msg.