pub fn sanitized_message(e: Error) -> StringExpand description
Produces a public-safe message from an owned error.
Its by-value signature adapts Error::sanitized_message for iterator and
future combinators that consume their item. Sanitization behavior is
identical to the method.