pub trait RawTensor<S, D, A>where
S: RawTensorData,{
type Cont<_S: RawTensorData<Elem = _A>, _D: ?Sized, _A>;
}Required Associated Types§
type Cont<_S: RawTensorData<Elem = _A>, _D: ?Sized, _A>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.