Home
last modified time | relevance | path

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

/third_party/rust/crates/io-lifetimes/src/
H A Dimpls_fs_err.rs8 use crate::{AsHandle, BorrowedHandle, IntoHandle, OwnedHandle};
49 impl IntoHandle for fs_err::File {
H A Dimpls_os_pipe.rs8 use crate::{AsHandle, BorrowedHandle, FromHandle, IntoHandle, OwnedHandle};
49 impl IntoHandle for os_pipe::PipeReader {
129 impl IntoHandle for os_pipe::PipeWriter {
H A Dlib.rs55 pub use traits::{FromHandle, FromSocket, IntoHandle, IntoSocket};
125 impl<T> IntoHandle for T
H A Dimpls_std.rs6 use crate::{AsHandle, AsSocket, FromHandle, FromSocket, IntoHandle, IntoSocket};
77 impl IntoHandle for OwnedHandle {
165 impl IntoHandle for std::fs::File {
581 impl IntoHandle for std::process::ChildStdin {
629 impl IntoHandle for std::process::ChildStdout {
677 impl IntoHandle for std::process::ChildStderr {
733 impl IntoHandle for std::process::Child {
877 impl<T> IntoHandle for std::thread::JoinHandle<T> {
H A Dtraits.rs93 note = "`IntoHandle` is replaced by `From<...> for OwnedHandle` or `Into<OwnedHandle>`"
95 pub trait IntoHandle { traits
103 /// use io_lifetimes::{IntoHandle, OwnedHandle};
181 /// use io_lifetimes::{FromHandle, IntoHandle, OwnedHandle};
202 /// use io_lifetimes::{FromHandle, IntoHandle};
H A Dimpls_async_std.rs9 AsHandle, AsSocket, BorrowedHandle, BorrowedSocket, FromHandle, FromSocket, IntoHandle,
56 impl IntoHandle for async_std::fs::File {
/third_party/rust/crates/io-lifetimes/examples/
H A Downing-wrapper.rs14 use io_lifetimes::IntoHandle;
90 impl IntoHandle for Thing { in as_handle()

Completed in 5 milliseconds