logo

Trait theon::ops::Dot

source · []
pub trait Dot<T = Self> {
    type Output;

    fn dot(self, other: T) -> Self::Output;
}

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors