RequestCallback

typealias RequestCallback = () -> Promise<Void>(source)

The function that makes the actual data request.

See also