Trait frame_support::dispatch::Output [−][src]
Trait that allows writing of data.
Required methods
Loading content...Provided methods
pub fn push_byte(&mut self, byte: u8)
[src]
Write a single byte to the output.
pub fn push<V>(&mut self, value: &V) where
V: Encode + ?Sized,
[src]
V: Encode + ?Sized,
Write encoding of given value to the output.