Function result

  • A function to create a class with rust like error handling

    Type Parameters

    • T

      The type of a positive result

    • E

      The type of a negative result

    Parameters

    Returns Result<T, E>

Generated using TypeDoc