LiteService

Trait LiteService 

Source
pub trait LiteService: Service<WrappedRequest, Response = Response, Error = LiteError>
where Self::Future: Send + 'static,
{ }

Implementors§

Source§

impl<T> LiteService for T
where T: Service<WrappedRequest, Response = Response, Error = LiteError>, T::Future: Send + 'static,