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