logo
pub trait Push<R, P>: IndexBuffer<R> where
    R: Grouping,
    P: Topological<Vertex = Self::Index>,
    P::Vertex: Copy + Integer + Unsigned
{ fn push(&mut self, index: P); }

Required Methods

Implementations on Foreign Types

Implementors