Editor Plugins
English
Appearance
struct ChildStdout
A handle to a child process’s standard output (stdout).
pub fn close(self) throws IoError
pub fn close(self) throws IoError {}
pub fn read(self, bif: Bytes): int throws IoError
pub fn read(self, bif: Bytes): int throws IoError { return try (self.child as _Child).stdout_read(bif);}