pub trait Subdivide {
    fn subdivide(&self) -> Self;
}

Required Methods

Implementors