Searched refs:IntoHandle (Results 1 - 7 of 7) sorted by relevance
/third_party/rust/crates/io-lifetimes/src/ |
H A D | impls_fs_err.rs | 8 use crate::{AsHandle, BorrowedHandle, IntoHandle, OwnedHandle}; 49 impl IntoHandle for fs_err::File {
|
H A D | impls_os_pipe.rs | 8 use crate::{AsHandle, BorrowedHandle, FromHandle, IntoHandle, OwnedHandle}; 49 impl IntoHandle for os_pipe::PipeReader { 129 impl IntoHandle for os_pipe::PipeWriter {
|
H A D | lib.rs | 55 pub use traits::{FromHandle, FromSocket, IntoHandle, IntoSocket}; 125 impl<T> IntoHandle for T
|
H A D | impls_std.rs | 6 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 D | traits.rs | 93 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 D | impls_async_std.rs | 9 AsHandle, AsSocket, BorrowedHandle, BorrowedSocket, FromHandle, FromSocket, IntoHandle, 56 impl IntoHandle for async_std::fs::File {
|
/third_party/rust/crates/io-lifetimes/examples/ |
H A D | owning-wrapper.rs | 14 use io_lifetimes::IntoHandle; 90 impl IntoHandle for Thing { in as_handle()
|
Completed in 5 milliseconds