Function subgraph_matching::find_with[][src]

pub fn find_with<F>(
    data_graph: &Graph,
    query_graph: &Graph,
    action: F,
    config: impl Into<Config>
) -> usize where
    F: FnMut(&[usize]),