Trait frame_support::dispatch::Output [−][src]
pub trait Output { pub fn write(&mut self, bytes: &[u8]); pub fn push_byte(&mut self, byte: u8) { ... } }
Trait that allows writing of data.
pub trait Output { pub fn write(&mut self, bytes: &[u8]); pub fn push_byte(&mut self, byte: u8) { ... } }
Trait that allows writing of data.