Skip to main content

Rotatable

Trait Rotatable 

Source
pub trait Rotatable {
    // Required method
    fn rotate(&self, rotation: &Rotation) -> Self;
}

Required Methods§

Source

fn rotate(&self, rotation: &Rotation) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§