Skip to main content

VertexPredicate

Type Alias VertexPredicate 

Source
pub type VertexPredicate = Arc<dyn Fn(&Vertex) -> bool + Send + Sync>;
Expand description

Function pointer for a vertex predicate (used by graph traverse).

Aliased Typeยง

pub struct VertexPredicate { /* private fields */ }