Trait modalkit::prelude::Flip

source ·
pub trait Flip {
    // Required method
    fn flip(&self) -> Self;
}
Expand description

Trait for directions capable of being flipped.

Required Methods§

source

fn flip(&self) -> Self

Return the flipped representation of the value.

Object Safety§

This trait is not object safe.

Implementors§