VecZnxSwitchRing

Trait VecZnxSwitchRing 

Source
pub trait VecZnxSwitchRing {
    // Required method
    fn vec_znx_switch_ring<R, A>(
        &self,
        res: &mut R,
        res_col: usize,
        a: &A,
        col_a: usize,
    )
       where R: VecZnxToMut,
             A: VecZnxToRef;
}

Required Methods§

Source

fn vec_znx_switch_ring<R, A>( &self, res: &mut R, res_col: usize, a: &A, col_a: usize, )
where R: VecZnxToMut, A: VecZnxToRef,

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.

Implementors§