[][src]Trait adtensor::UnsignedName

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

Required methods

fn name() -> String

Loading content...

Implementors

impl<U> UnsignedName for U where
    U: Unsigned
[src]

Loading content...