pub trait SizeModel { // Required method fn with_gaps(self, gap: &Gaps) -> Size2D; }
Get the size with the given gap, e.g padding.