pgwire::pg_response

Type Alias BoxedCallback

source
pub type BoxedCallback = Pin<Box<dyn Callback>>;

Aliased Typeยง

struct BoxedCallback {}