GLWETensorToRef

Trait GLWETensorToRef 

Source
pub trait GLWETensorToRef {
    // Required method
    fn to_ref(&self) -> GLWETensor<&[u8]>;
}

Required Methods§

Source

fn to_ref(&self) -> GLWETensor<&[u8]>

Implementors§