pub(crate) trait LaTeX<F>: Argument<F>where
F: PrimeField,{
// Provided method
fn latex() -> Vec<Vec<String>> { ... }
}Expand description
Allows us to quickly implement a LaTeX encoder for each gate
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.