Home
last modified time | relevance | path

Searched refs:tokio (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/io-lifetimes/src/
H A Dimpls_tokio.rs1 //! Implementations of io-lifetimes' traits for tokio's types. In the
17 impl AsFd for tokio::fs::File {
25 impl AsHandle for tokio::fs::File {
33 impl FromFd for tokio::fs::File {
41 impl From<OwnedFd> for tokio::fs::File {
49 impl FromHandle for tokio::fs::File {
57 impl From<OwnedHandle> for tokio::fs::File {
65 impl AsFd for tokio::net::TcpStream {
73 impl AsSocket for tokio::net::TcpStream {
81 impl AsFd for tokio
[all...]

Completed in 1 milliseconds