Function create_server

Source
pub async fn create_server<A>(addr: A) -> Result<Server, Error>
where A: ToSocketAddrs,