Trait Hstack

Source
pub trait Hstack<T = Self> {
    type Output;

    // Required method
    fn hstack(&self, other: &T) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn hstack(&self, other: &T) -> Self::Output

Implementors§