problem

Macro problem 

Source
macro_rules! problem {
    ($ ($ arg : tt) *) => { ... };
}
Expand description

Construct Err variant of Result containing Problem with given message formatted with format! macro.