Lines Matching refs:AsHandle
6 use crate::{AsHandle, AsSocket, FromHandle, FromSocket, IntoHandle, IntoSocket};
29 impl AsHandle for BorrowedHandle<'_> {
53 impl AsHandle for OwnedHandle {
141 impl AsHandle for std::fs::File {
461 impl AsHandle for std::io::Stdin {
477 impl<'a> AsHandle for std::io::StdinLock<'a> {
493 impl AsHandle for std::io::Stdout {
509 impl<'a> AsHandle for std::io::StdoutLock<'a> {
525 impl AsHandle for std::io::Stderr {
541 impl<'a> AsHandle for std::io::StderrLock<'a> {
557 impl AsHandle for std::process::ChildStdin {
605 impl AsHandle for std::process::ChildStdout {
653 impl AsHandle for std::process::ChildStderr {
725 impl AsHandle for std::process::Child {
869 impl<T> AsHandle for std::thread::JoinHandle<T> {