Function mlir_sys::mlirOperationImplementsInterface
source · 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.