Trait acacia::partition::Subdivide [] [src]

pub trait Subdivide: Sized {
    fn subdivide(&self) -> Vec<Self>;
}

A type that can be subdivided

Required Methods

Subdivide into smaller partitions

Implementors