Trait sp1_recursion_core::air::BlockBuilder

source ·
pub trait BlockBuilder: AirBuilder {
    // Provided method
    fn assert_block_eq<Lhs: Into<Self::Expr>, Rhs: Into<Self::Expr>>(
        &mut self,
        lhs: Block<Lhs>,
        rhs: Block<Rhs>,
    ) { ... }
}

Provided Methods§

source

fn assert_block_eq<Lhs: Into<Self::Expr>, Rhs: Into<Self::Expr>>( &mut self, lhs: Block<Lhs>, rhs: Block<Rhs>, )

Object Safety§

This trait is not object safe.

Implementors§