Trait shape_calc::Area

source ·
pub trait Area {
    fn calc(&self, l: f32, w: f32) -> f32;
}

Required Methods§

Implementors§