Trait artichoke_core::io::Io
source · [−]pub trait Io {
type Error;
fn print(&mut self, message: &[u8]) -> Result<(), Self::Error>;
fn puts(&mut self, message: &[u8]) -> Result<(), Self::Error> { ... }
}
Expand description
Perform I/O external to the interpreter.