[][src]Trait plexus::primitive::Topological

pub trait Topological: Sized {
    type Vertex;
    fn arity(&self) -> usize;
}

Associated Types

type Vertex

Loading content...

Required methods

fn arity(&self) -> usize

Loading content...

Implementors

impl<T> Topological for Polygon<T>[src]

type Vertex = T

impl<T> Topological for Edge<T>[src]

type Vertex = T

impl<T> Topological for Quad<T>[src]

type Vertex = T

impl<T> Topological for Triangle<T>[src]

type Vertex = T

Loading content...