MCPcopy Create free account
hub / github.com/cloudflare/shellflip / FdStringExt

Interface FdStringExt

src/pipes.rs:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85pub(crate) trait FdStringExt {
86 fn fd_string(&self) -> String;
87 unsafe fn from_fd_string(fd_str: &str) -> io::Result<Self>
88 where
89 Self: Sized;
90}
91
92impl<T: AsRawFd + FromRawFd> FdStringExt for T {
93 unsafe fn from_fd_string(fd_str: &str) -> io::Result<Self> {

Callers

nothing calls this directly

Implementers 1

pipes.rssrc/pipes.rs

Calls

no outgoing calls

Tested by

no test coverage detected