Trait plexus::encoding::VertexDecoder
source · [−]pub trait VertexDecoder {
type Output: IntoIterator<Item = Self::Vertex>;
type Vertex;
}
pub trait VertexDecoder {
type Output: IntoIterator<Item = Self::Vertex>;
type Vertex;
}