Function rorm::rorm_stream_free

source ·
#[no_mangle]
pub extern "C" fn rorm_stream_free(
    _: Box<BoxStream<'_, Result<Row, Error>>>
)
Expand description

Frees the stream given as parameter.

This function panics if the pointer to the stream is invalid.

Important: Do not call this function more than once!

This function is called completely synchronously.