Skip to main content

visible_nodes

Function visible_nodes 

Source
fn visible_nodes<S, R>(
    dispatcher: &CommandDispatcher<S, R>,
    source: &S,
) -> Result<Vec<NodeId>, CommandTreeProjectionError>
where R: CommandRuntime<S>,