axum_server

Function from_tcp

source
pub fn from_tcp(listener: TcpListener) -> Server
Expand description

Create a Server from existing std::net::TcpListener.