[−][src]Trait actix_web::server::IntoHttpHandler
Conversion helper trait
Associated Types
type Handler: HttpHandler
The associated type which is result of conversion.
Required methods
fn into_handler(self) -> Self::Handler
Convert into HttpHandler
object.