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>
impl<'ws, T> WsTempBuffer<'ws, T>
Sourcepub fn finish(self) -> &'ws [T]
pub fn finish(self) -> &'ws [T]
Finish writing to the WsTempBuffer, returning the allocated &'ws [T].