Function mlir_sys::mlirTypeParseGet 
source · pub unsafe extern "C" fn mlirTypeParseGet(
    context: MlirContext,
    type_: MlirStringRef
) -> MlirTypeExpand description
Parses a type. The type is owned by the context.
pub unsafe extern "C" fn mlirTypeParseGet(
    context: MlirContext,
    type_: MlirStringRef
) -> MlirTypeParses a type. The type is owned by the context.