[][src]Trait tension::Prm

pub trait Prm: Sized + Copy + PartialEq + Zero + One { }

Type that could be put in tensor.

Implementations on Foreign Types

impl Prm for bool[src]

Loading content...

Implementors

impl<T: Num + Copy> Prm for T[src]

Loading content...