[][src]Function dart_sys::Dart_GetTypeOfTypedData

pub unsafe extern "C" fn Dart_GetTypeOfTypedData(
    object: Dart_Handle
) -> Dart_TypedData_Type

Return type if this object is a TypedData object.

\return kInvalid if the object is not a TypedData object or the appropriate Dart_TypedData_Type.