Trait ra_ap_syntax::ted::Element
source · [−]pub trait Element {
fn syntax_element(self) -> SyntaxElement;
}Expand description
Utility trait to allow calling ted functions with references or owned
nodes. Do not use outside of this module.
Required Methods
source