Type Alias Result<T, E>

Result: Ok<T, E> | Err<T, E>

Type Parameters

  • T
  • E