Trait rustpython_ast::Node
source · pub trait Node {
const NAME: &'static str;
const FIELD_NAMES: &'static [&'static str];
}
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait Node {
const NAME: &'static str;
const FIELD_NAMES: &'static [&'static str];
}