Skip to main content

laminar_last_error

Function laminar_last_error 

Source
#[unsafe(no_mangle)]
pub extern "C" fn laminar_last_error() -> *const c_char
Expand description

Get the last error message.

Returns a pointer to a null-terminated string, or null if no error. The pointer is valid until the next FFI call on the same thread.

ยงSafety

The returned pointer is valid until the next laminar_* call on this thread.