Trait buffer_graphics_lib::shapes::collection::shape_box::FromDrawable
source · pub trait FromDrawable<S: Clone> {
// Required method
fn from_drawable(drawable: Drawable<S>) -> ShapeBox;
}
pub trait FromDrawable<S: Clone> {
// Required method
fn from_drawable(drawable: Drawable<S>) -> ShapeBox;
}