pub type WsStrBuffer<'ws> = WsBuffer<'ws, u8, u8, VCL_STRING>;Aliased Type§
pub struct WsStrBuffer<'ws> { /* private fields */ }Implementations§
Source§impl WsStrBuffer<'_>
impl WsStrBuffer<'_>
Sourcepub fn finish(self) -> VCL_STRING
pub fn finish(self) -> VCL_STRING
Finish writing to the WsBuffer, returning the allocated VCL_STRING.