WriteBufExt

Trait WriteBufExt 

Source
trait WriteBufExt {
    // Required method
    fn get_out_buf(&mut self) -> OutBuffer<'_, WriteBufferWrapper<'_>>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl WriteBufExt for WriteBuffer<'_>

Implementors§