Function builder

Source
pub fn builder<TAuthUser: AuthUser + Debug + Send + Sync>() -> UserServiceBuilder<TAuthUser>
Expand description

Creates builder to configure and build UserService. See also AuthUser