pub trait FromShape<S> {
    fn from_shape(shape: S, draw_type: DrawType) -> ShapeBox;
}

Required Methods§

source

fn from_shape(shape: S, draw_type: DrawType) -> ShapeBox

Implementors§