Skip to main content

result_to_string

Function result_to_string 

Source
pub unsafe extern "C" fn result_to_string(
    result: Result,
) -> *const c_char
Expand description

Get the string representation of a given result. @param result The result. @return The string representation. @note The returned char* pointer is only valid until the next call to this function.