Trait hedge::RemoveElement[][src]

pub trait RemoveElement<E> {
    fn remove_element(&mut self, index: Index<E>);
}
Expand description

Interface for removing elements to a Mesh.

Required methods

Implementors