☰
BoxModel
Required Methods
box_area
Implementors
In torin::geometry
?
Trait
torin
::
geometry
::
BoxModel
source
·
[
−
]
pub trait BoxModel { // Required method fn
box_area
(&self, margin: &
Gaps
) ->
Area
; }
Required Methods
§
source
fn
box_area
(&self, margin: &
Gaps
) ->
Area
Implementors
§
source
§
impl
BoxModel
for
Area