Skip to main content

r

Function r 

Source
pub fn r<S, Req, Res>(service: S) -> GramRoute<S, Req, Res>
where S: Service<Req, Output = Res>, Req: Send + Sync, Res: Send + Sync,
Expand description

ยงReturns a new GramRoute with the service