Trait buffer_graphics_lib::text::pos::NewTextPos
source · pub trait NewTextPos<T> {
// Required methods
fn cr(xy: (T, T)) -> TextPos;
fn px(xy: (T, T)) -> TextPos;
}
Required Methods§
Object Safety§
This trait is not object safe.