Trait hotg_rune_runtime::Output[][src]

pub trait Output: Send + Debug + 'static {
    fn consume(&mut self, buffer: &[u8]) -> Result<(), Error>;
}
Expand description

Something a Rune can send output to.

Required methods

Implementors