Skip to main content

tract_value_dump

Function tract_value_dump 

Source
pub unsafe extern "C" fn tract_value_dump(
    value: *const TractValue,
    spec: *mut *mut c_char,
) -> TRACT_RESULT
Expand description

Write a value as a debug string

The returned string must be freed by the caller using tract_free_cstring.