Trait kimchi::circuits::expr::FormattedOutput
source · pub trait FormattedOutput: Sized {
// Required methods
fn is_alpha(&self) -> bool;
fn ocaml(&self, cache: &mut HashMap<CacheId, Self>) -> String;
fn latex(&self, cache: &mut HashMap<CacheId, Self>) -> String;
fn text(&self, cache: &mut HashMap<CacheId, Self>) -> String;
}