[][src]Macro problem::problem

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

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