Skip to main content

ToLayoutCowArray1

Trait ToLayoutCowArray1 

Source
pub trait ToLayoutCowArray1<A> {
    // Required method
    fn to_seq_layout(&self) -> Result<CowArray<'_, A, Ix1>, BLASError>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<A> ToLayoutCowArray1<A> for ArrayView1<'_, A>
where A: Clone,

Implementors§