pub trait PreprocessingBundler<C: MpcConfig>: Bundler<Iterator = PreprocessingIterator<C>> { }Expand description
Alias for any Bundler whose iterator is the curve-parameterised
iterator::PreprocessingIterator<C>.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".