Skip to main content

laminar_schema_free

Function laminar_schema_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn laminar_schema_free( schema: *mut LaminarSchema, )
Expand description

Free a schema handle.

§Arguments

  • schema - Schema handle to free

§Safety

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