Skip to main content

run_server

Function run_server 

Source
pub async fn run_server<S>(
    store: Arc<S>,
    addr: SocketAddr,
) -> Result<(), ServerError>
where S: GraphStore + Send + Sync + 'static,