Skip to main content

WsTempBuffer

Type Alias WsTempBuffer 

Source
pub type WsTempBuffer<'ws, T> = WsBuffer<'ws, T, (), &'ws [T]>;

Aliased Type§

pub struct WsTempBuffer<'ws, T> { /* private fields */ }

Implementations§

Source§

impl<'ws, T> WsTempBuffer<'ws, T>

Source

pub fn finish(self) -> &'ws [T]

Finish writing to the WsTempBuffer, returning the allocated &'ws [T].