Skip to main content

Get_GetService

Function Get_GetService 

Source
pub fn Get_GetService<F, Args>(vPath: Vec<&str>, func: F) -> Resource
where F: Handler<Args>, Args: FromRequest + 'static, F::Output: Responder + 'static,