Skip to main content

OmenaUnifiedHypergraphConnectivityOracle

Trait OmenaUnifiedHypergraphConnectivityOracle 

Source
pub trait OmenaUnifiedHypergraphConnectivityOracle {
    // Required method
    fn reachable_node_ids(
        &self,
        start_node_id: &str,
        hyperedges: &[UnifiedHypergraphHyperedgeV0],
    ) -> Vec<String>;
}

Required Methods§

Source

fn reachable_node_ids( &self, start_node_id: &str, hyperedges: &[UnifiedHypergraphHyperedgeV0], ) -> Vec<String>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§