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