BuildFromArray2D

Trait BuildFromArray2D 

Source
pub trait BuildFromArray2D: From<Self::Array> {
    type Array: NumArray2D;
}
Expand description

Build by converting from an associated NumArray2D.

Required Associated Types§

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.

Implementations on Foreign Types§

Source§

impl BuildFromArray2D for Tensor

Implementors§