Function ops::server[][src]

pub async fn server<S: Status + 'static>(
    addr: SocketAddr,
    status: S
) -> Result<()>
Expand description

Starts a server and serves the ops endpoints.