Trait TensorIdent

Source
pub trait TensorIdent:
    Clone
    + Copy
    + Debug
    + Hash
    + PartialEq
    + Eq
    + Send
    + Sync
    + 'static {
    const IDENT: Ident;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl TensorIdent for Lhs

Source§

const IDENT: Ident = Ident::Lhs

Source§

impl TensorIdent for Out

Source§

const IDENT: Ident = Ident::Out

Source§

impl TensorIdent for Rhs

Source§

const IDENT: Ident = Ident::Rhs