cairo_lang_casm::hints

Trait 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.

Required Methods§

Implementors§