Home
last modified time | relevance | path

Searched defs:shutdown_std (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tokio/src/net/unix/
Dstream.rs599 pub(super) fn shutdown_std(&self, how: Shutdown) -> io::Result<()> { in shutdown_std() method
/external/rust/crates/tokio/src/net/tcp/
Dstream.rs827 pub(super) fn shutdown_std(&self, how: Shutdown) -> io::Result<()> { in shutdown_std() method