Macro tectonic::errmsg[][src]

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

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