pub fn fail_span<'a, F, S>(error: F, span: S) -> Fwhere
    F: Fail,
    S: Into<Option<&'a mut Span>>,
Expand description

Re-implement FailSpan for Fail errors :-(