Trait pixels_graphics_lib::prelude::InsertShapeBox
source · pub trait InsertShapeBox {
fn insert(&mut self, index: usize, shape_box: ShapeBox);
fn insert_above(&mut self, shape_box: ShapeBox);
fn insert_under(&mut self, shape_box: ShapeBox);
}