Skip to main content

TensorBaseAPI

Trait TensorBaseAPI 

Source
pub trait TensorBaseAPI { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<R, D> TensorBaseAPI for TensorBase<R, D>
where D: DimAPI,