Function axum_server::bind[][src]

pub fn bind<A>(addr: A) -> Server where
    A: ToSocketAddrs<Iter = IntoIter<SocketAddr>> + Send + 'static, 
Expand description

Shortcut for creating Server and calling bind on it.