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.
pub trait PythonicHint {
// Required method
fn get_pythonic_hint(&self) -> String;
}A trait for displaying the Pythonic version of a hint. Should only be used from within the compiler.