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