Macro tectonic::errmsg

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

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