Trait pixels_graphics_lib::prelude::FromDrawable
source · pub trait FromDrawable<S>where
S: Clone,{
// Required method
fn from_drawable(drawable: Drawable<S>) -> ShapeBox;
}
pub trait FromDrawable<S>where
S: Clone,{
// Required method
fn from_drawable(drawable: Drawable<S>) -> ShapeBox;
}