pub trait VertexIndex: Eq + Clone { }
Expand description

A type which can be used to index a specific Vertex. Automatically implemented for all Eq + Clone types

Implementors§

source§

impl<T> VertexIndex for Twhere T: Eq + Clone,