Searched refs:RawWriter (Results 1 – 2 of 2) sorted by relevance
13 pub(crate) struct RawWriter<'a> { struct18 impl<'a> RawWriter<'a> { impl20 fn new(buffer: &'a mut [u8]) -> Result<RawWriter<'a>> { in new()29 ) -> Result<RawWriter<'a>> {38 impl Write for RawWriter<'_> { implementation
8 use crate::block::mq::{raw_writer::RawWriter, Operations, TagSet};142 let mut raw_writer = RawWriter::from_array( in build()