Trait microtensor::scalar::Inner
source · pub trait Inner: PartialEq + Clone + Send + Sync + Debug { }
Expand description
All types that may be used in a Tensor.
This trait gets implemented automatically for all types that satisfy its dependent traits.