Trait axum_starter::BindServe

source ·
pub trait BindServe: ServeAddress {
    // Provided method
    fn bind(&self) -> LocalBoxFuture<'_, Result<TcpListener>> { ... }
}
Expand description

binding address provided by ServeAddress

Provided Methods§

Implementors§