Skip to main content

prev

Function prev 

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

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