pub fn any_err<E: StdError + Send + Sync + 'static>(e: E) -> AnyErr<E>
Wrap any StdError so it can enter .source_err().
StdError
.source_err()