pub trait StorageMut: Storage + AsMut<Ref<[Self::T], Self::Device>> { }
Expand description
Represents a mutable storage for crate::tensor::Tensor
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.