Stdin
struct Stdin
Implementions
Methods
[src]
pub fn read_line(self): string throws IoError, Utf8Error {
return try self.inner.read_line();
}
Read all bytes until a newline (the 0xA byte) is reached.{
[src]
pub fn read_line(self): string throws IoError, Utf8Error {
return try self.inner.read_line();
}
Read all bytes until a newline (the 0xA byte) is reached.{
Read all bytes until a newline (the 0xA byte) is reached.{