Skip to main content

lyd_node_module

Function lyd_node_module 

Source
pub unsafe extern "C" fn lyd_node_module(
    node: *const lyd_node,
) -> *const lys_module
Expand description

@brief Get the module of a node. Useful mainly for opaque nodes.

@param[in] node Node to examine. @return Module of the node.