Trait grafix_toolbox::math::TupleSigned

source ·
pub trait TupleSigned<A: Neg<Output = A>>: TupleMap<A, R<A> = Self> {
    // Provided method
    fn neg(self) -> Self { ... }
}

Provided Methods§

source

fn neg(self) -> Self

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<S: TupleMap<A, R<A> = Self>, A: Neg<Output = A>> TupleSigned<A> for S