Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/futures-util/src/io/
Dallow_std.rs19 pub struct AllowStdIo<T>(T); struct
21 impl<T> Unpin for AllowStdIo<T> {} implementation
41 impl<T> AllowStdIo<T> { implementation
63 impl<T> io::Write for AllowStdIo<T> implementation
84 impl<T> AsyncWrite for AllowStdIo<T> implementation
114 impl<T> io::Read for AllowStdIo<T> implementation
135 impl<T> AsyncRead for AllowStdIo<T> implementation
156 impl<T> io::Seek for AllowStdIo<T> implementation
165 impl<T> AsyncSeek for AllowStdIo<T> implementation
178 impl<T> io::BufRead for AllowStdIo<T> implementation
[all …]