InternalTaskValue

public protocol InternalTaskValue
  • Declaration

    Swift

    associatedtype Success
  • Declaration

    Swift

    associatedtype Failure : AmplifyError
  • value Asynchronous

    Declaration

    Swift

    var value: Success { get async throws }

Available where Self: InternalTaskResult

  • value Default implementation, asynchronous

    Default Implementation

    Value from result

    Declaration

    Swift

    var value: Success { get async throws }