pgwire::pg_response

Trait Alias Callback

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