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.

Implementors§

source§

impl<T: PartialEq + Clone + Send + Sync + Debug> Inner for T