macro_rules! cause {
    ($type:expr) => { ... };
    ($type:expr, $msg:expr) => { ... };
}
Expand description

A macro to create a Cause which situationally appends filename and line number information at the end of message.