pub async fn service() -> Result<(), ServerError>Expand description
Run the server event loop until interrupted.
ยงErrors
Returns ServerError when binding or accepting sockets fails.
pub async fn service() -> Result<(), ServerError>Run the server event loop until interrupted.
Returns ServerError when binding or accepting sockets fails.