Skip to main content

next

Function next 

Source
pub fn next(
    project_root: &ProjectRoot,
    node: &NodeRef,
    selector: Option<&str>,
) -> Result<NavResult, AqlError>
Expand description

Return the next named sibling, or the next sibling matching a selector.