Skip to main content

bind_services

Function bind_services 

Source
pub fn bind_services<T: ServiceFactory<ServiceRequest, Config = (), Error = Error, InitError = ()>>(
    scope: Scope<T>,
) -> Scope<T>
Expand description

Binds session-related API endpoints to an Actix-Web scope.