Editor Plugins
English
Appearance
struct ChildStderr
A handle to a child process’s stderr.
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).stderr_read(bif);}