pub trait Output: Send + Debug + 'static { fn consume(&mut self, buffer: &[u8]) -> Result<(), Error>; }
Something a Rune can send output to.