GGSWDecompress

Trait GGSWDecompress 

Source
pub trait GGSWDecompress
where Self: GLWEDecompress,
{ // Provided method fn decompress_ggsw<R, O>(&self, res: &mut R, other: &O) where R: GGSWToMut, O: GGSWCompressedToRef { ... } }

Provided Methods§

Source

fn decompress_ggsw<R, O>(&self, res: &mut R, other: &O)

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<B: Backend> GGSWDecompress for Module<B>
where Self: GLWEDecompress,

Implementors§