Trait tch::kind::Element[][src]

pub trait Element: Clone {
    const KIND: Kind;
    const ZERO: Self;
}

Associated Constants

Implementations on Foreign Types

Implementors