Pacote
    Preparing search index...

    Function err

    • Converts a Result into an Option wrapping the error value.

      Type Parameters

      • T
      • E

      Parameters

      Returns Option<E>

      None if the result is Ok, or Some wrapping the result error if it's Err.