pub trait TcpListenerExt {
// Required method
fn sock_accept(&self, flags: u16) -> Result<u32>;
}🔬This is a nightly-only experimental API. (
wasi_ext #71213)Available on WASI only.
Expand description
特定于 WASI 的 std::net::TcpListener 扩展。