pub trait Vertex: Layout { }
Expand description

A trait that describes a vertex.

Implementors