Skip to main content

ToPythonName

Trait ToPythonName 

Source
pub trait ToPythonName {
    // Required method
    fn python_name(&self) -> &'static str;
}

Required Methods§

Source

fn python_name(&self) -> &'static str

Returns a short name for the node suitable for use in error messages.

Implementors§