Skip to main content

VertexKey

Type Alias VertexKey 

Source
pub type VertexKey = String;

Aliased Type§

pub struct VertexKey { /* private fields */ }

Trait Implementations§

Source§

impl From<Vertex> for VertexKey

Source§

fn from(vertex: Vertex) -> Self

Converts to this type from the input type.