Skip to main content

laminar_stream_free

Function laminar_stream_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn laminar_stream_free( stream: *mut LaminarQueryStream, )
Expand description

Free a query stream handle.

§Arguments

  • stream - Query stream handle to free

§Safety

stream must be a valid handle from a laminar function, or NULL.