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