pub trait IntoPhantom: HasArrayData + Sized {
    fn phantom(&self) -> PhantomTensor<Self>;
}
Expand description

Something that can be turned into a PhantomTensor

Required Methods

Implementors