pub trait RawTensor<S, D, A>where
S: RawTensorData,{
type Cont<_S, _D, _A>
where _D: ?Sized,
_S: RawTensorData<Elem = _A>;
}Required Associated Types§
type Cont<_S, _D, _A> where _D: ?Sized, _S: RawTensorData<Elem = _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.