Trait artichoke_core::io::Io [−][src]
Make I/O external to the interpreter.
Associated Types
Loading content...Required methods
fn print<T: AsRef<[u8]>>(&mut self, message: T) -> Result<(), Self::Error>
[src]
Writes the given bytes to the interpreter stdout stream.
Errors
If the output stream encounters an error, an error is returned.