SearchCancelable

public protocol SearchCancelable : AnyObject

A type that conforms to Cancelable typically represents a long running operation that can be canceled.

  • Undocumented

    Declaration

    Swift

    func cancel()