Trait cairo_lang_casm::hints::PythonicHint
source · pub trait PythonicHint {
// Required method
fn get_pythonic_hint(&self) -> String;
}
Expand description
A trait for displaying the pythonic version of a hint. Should only be used from within the compiler.