router

Function router 

Source
pub fn router<T>(api: T) -> Router
where T: ProverService + Clone + Send + Sync + 'static,