pub type TwoAdicFriFoldingForMmcs<F, M> = TwoAdicFriFolding<Vec<BatchOpening<F, M>>, <M as Mmcs<F>>::Error>;Aliased Type§
pub struct TwoAdicFriFoldingForMmcs<F, M>(pub PhantomData<(Vec<BatchOpening<F, M>>, <M as Mmcs<F>>::Error)>);Tuple Fields§
§0: PhantomData<(Vec<BatchOpening<F, M>>, <M as Mmcs<F>>::Error)>