Struct parity_wasm::elements::CountedWriter
source · [−]pub struct CountedWriter<'a, W: 'a + Write> { /* private fields */ }
Expand description
Helper struct to write payload which is preceded by it’s own length in bytes.
pub struct CountedWriter<'a, W: 'a + Write> { /* private fields */ }
Helper struct to write payload which is preceded by it’s own length in bytes.