Skip to main content

FullXY

Trait FullXY 

Source
pub trait FullXY:
    GetXYZ
    + SetXY
    + NewXY
    + Clone
    + PartialEq
    + Ord { }
Expand description

Composite Trait for XY use cases

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> FullXY for T
where T: GetXYZ + SetXY + NewXY + Clone + PartialEq + Ord,