Skip to main content

EndpointFuture

Type Alias EndpointFuture 

Source
pub type EndpointFuture = LocalBoxFuture<'static, Result<HandleResponse, EndpointHandleInvocationError>>;
Expand description

Boxed local handler result used by an authored HTTP Endpoint.

Aliased Typeยง

#[repr(transparent)]
pub struct EndpointFuture { /* private fields */ }