[][src]Trait adtensor::ShapeName

pub trait ShapeName {
    fn name() -> String;
}

Required methods

fn name() -> String

Loading content...

Implementations on Foreign Types

impl<V> ShapeName for TArr<V, ATerm> where
    V: UnsignedName
[src]

impl<V, A> ShapeName for TArr<V, A> where
    V: UnsignedName,
    A: ShapeName
[src]

Loading content...

Implementors

Loading content...