Function r_core::r_graph_dfs_node[][src]

pub unsafe extern "C" fn r_graph_dfs_node(
    g: *mut RGraph,
    n: *mut RGraphNode,
    vis: *mut RGraphVisitor
)