Function yrs::youtput_read_yxmltext[][src]

#[no_mangle]
pub unsafe extern "C" fn youtput_read_yxmltext(
    val: *const YOutput
) -> *mut XmlText
Expand description

Attempts to read the value for a given YOutput pointer as an YXmlText.

Returns a null pointer in case when a value stored under current YOutput cell is not an YXmlText. Underlying heap resources are released automatically as part of youtput_destroy destructor.