pub type VertexPredicate = Arc<dyn Fn(&Vertex) -> bool + Send + Sync>;
Function pointer for a vertex predicate (used by graph traverse).
pub struct VertexPredicate { /* private fields */ }