#![allow(dead_code)] use bbox::BBox; pub trait Boundable { fn bounds<'a>(&'a self) -> &'a [BBox]; }