Skip to main content

http_app_with_runtime

Function http_app_with_runtime 

Source
pub fn http_app_with_runtime<S>(store: Arc<S>, runtime: ServerRuntime) -> Router
where S: MemoryStore + 'static,