Skip to main content

asdf_value_is_string

Function asdf_value_is_string 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_value_is_string( value: *mut AsdfValue, ) -> bool
Expand description

Whether the value is a string.

ยงSafety

value must be null or a valid value handle.