Trait volo_http::handler::HandlerWithoutRequest
source · pub trait HandlerWithoutRequest<T>: Sized {
// Required method
fn call(
self,
context: &HttpContext
) -> impl Future<Output = Response> + Send;
}Required Methods§
Object Safety§
This trait is not object safe.