Trait proof_systems::ToChunkedROInput
source · [−]pub trait ToChunkedROInput {
fn to_chunked_roinput(&self) -> ChunkedROInput;
fn roinput(&self) -> ROInput { ... }
}
Expand description
Trait that converts a struct to ChunkedROInput
Required Methods
source