pub trait GGSWDecompresswhere
Self: GLWEDecompress,{
// Provided method
fn decompress_ggsw<R, O>(&self, res: &mut R, other: &O)
where R: GGSWToMut,
O: GGSWCompressedToRef { ... }
}Provided Methods§
fn decompress_ggsw<R, O>(&self, res: &mut R, other: &O)where
R: GGSWToMut,
O: GGSWCompressedToRef,
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.