Trait torin::geometry::SizeModel

source ·
pub trait SizeModel {
    // Required method
    fn with_gaps(self, gap: &Gaps) -> Size2D;
}

Required Methods§

source

fn with_gaps(self, gap: &Gaps) -> Size2D

Get the size with the given gap, e.g padding.

Implementors§