Type Alias WsStrBuffer

Source
pub type WsStrBuffer<'ws> = WsBuffer<'ws, u8, u8, VCL_STRING>;

Aliased Type§

pub struct WsStrBuffer<'ws> { /* private fields */ }

Implementations§

Source§

impl WsStrBuffer<'_>

Source

pub fn finish(self) -> VCL_STRING

Finish writing to the WsBuffer, returning the allocated VCL_STRING.