pub unsafe extern "C" fn ecs_meta_get_string(
cursor: *const ecs_meta_cursor_t,
) -> *const c_charExpand description
Get field value as string. This operation does not perform conversions. If the field is not a string, this operation will fail.
pub unsafe extern "C" fn ecs_meta_get_string(
cursor: *const ecs_meta_cursor_t,
) -> *const c_charGet field value as string. This operation does not perform conversions. If the field is not a string, this operation will fail.