Editor Plugins
English
Appearance
struct ChildStdin
A handle to a child process’s standard input (stdin).
pub fn close(self) throws IoError
pub fn close(self) throws IoError {}
pub fn write(self, buf: Bytes): int throws IoError
pub fn write(self, buf: Bytes): int throws IoError { return try (self.child as _Child).stdin_write(buf);}