pub unsafe extern "C" fn mlirOperationImplementsInterface(
operation: MlirOperation,
interfaceTypeID: MlirTypeID,
) -> boolExpand description
Returns true if the given operation implements an interface identified by
its TypeID.
pub unsafe extern "C" fn mlirOperationImplementsInterface(
operation: MlirOperation,
interfaceTypeID: MlirTypeID,
) -> boolReturns true if the given operation implements an interface identified by
its TypeID.