Skip to main content

lumen_node_inner_markup

Function lumen_node_inner_markup 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn lumen_node_inner_markup( node: LumenNode, out: *mut *mut c_char, ) -> LumenStatus
Expand description

Serialize node’s children (not the node itself) to .lmn-ish text – the read half of lumen_node_set_inner_markup. Owned C string, free with lumen_string_free.