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", so this trait is not object safe.

Implementors§

Source§

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

Implement LaTeX for all gates