pub async fn serve<G: SwhOptFullGraph + Sync + Send + 'static>(
graph: G,
bind_addr: SocketAddr,
statsd_client: StatsdClient,
) -> Result<(), Error>
pub async fn serve<G: SwhOptFullGraph + Sync + Send + 'static>(
graph: G,
bind_addr: SocketAddr,
statsd_client: StatsdClient,
) -> Result<(), Error>