[][src]Function uclicious_libucl_sys::ucl_object_string_to_type

pub unsafe extern "C" fn ucl_object_string_to_type(
    input: *const c_char,
    res: *mut ucl_type_t
) -> bool

Converts string that represents ucl type to real ucl type enum @param input C string with name of type @param res resulting target @return true if input is a name of type stored in res