Function mlir_sys::mlirStringAttrGetValue
source · pub unsafe extern "C" fn mlirStringAttrGetValue(
attr: MlirAttribute
) -> MlirStringRef
Expand description
Returns the attribute values as a string reference. The data remains live as long as the context in which the attribute lives.