[][src]Trait arnalisa::HasReverse

pub trait HasReverse {
    fn reversed(&self) -> Self;
}

A trait for entities that can be reversed.

Required methods

fn reversed(&self) -> Self

Reverse the entity.

Loading content...

Implementations on Foreign Types

impl HasReverse for IndexMap<R64, R64>[src]

Loading content...

Implementors

Loading content...