Skip to main content

BefAft

Trait BefAft 

Source
pub trait BefAft: Sized + Copy {
    // Required method
    fn aft(self, other: Self) -> Self;

    // Provided methods
    fn bef(self, other: Self) -> Self { ... }
    fn aft_assign(&mut self, other: Self) { ... }
    fn bef_assign(&mut self, other: Self) { ... }
}

Required Methods§

Source

fn aft(self, other: Self) -> Self

Provided Methods§

Source

fn bef(self, other: Self) -> Self

Source

fn aft_assign(&mut self, other: Self)

Source

fn bef_assign(&mut self, other: Self)

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<const N: usize, S: Field> BefAft for Rig<N, S>
where (): RotDim<N>,

Source§

impl<const N: usize, S: Field> BefAft for Rot<N, S>
where (): RotDim<N>,