Skip to main content

laminar_schema_num_fields

Function laminar_schema_num_fields 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn laminar_schema_num_fields( schema: *mut LaminarSchema, out: *mut usize, ) -> i32
Expand description

Get the number of fields in a schema.

ยงSafety

schema and out must be valid non-null pointers.