#[derive(PartialEq, Eq, Debug, Clone)] pub(crate) struct ProverInputFn(Vec); impl From> for ProverInputFn { fn from(v: Vec) -> Self { Self(v) } }