Skip to main content

LaTeX

Trait LaTeX 

Source
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".

Implementors§

Source§

impl<T, F> LaTeX<F> for T
where T: Argument<F>, F: PrimeField + Display,

Implement LaTeX for all gates