Implementions
Methods
[src]
pub fn write(self, buf: Bytes): int throws IoError {
return try (self as _io.Stdout).write(buf);
}
[src]
pub fn write(self, buf: Bytes): int throws IoError {
return try (self as _io.Stdout).write(buf);
}
pub fn write(self, buf: Bytes): int throws IoError {
return try (self as _io.Stdout).write(buf);
}