Callback

Trait Alias Callback 

Source
trait Callback = Future<Output = Result<(), BoxedError>> + Send;