Trait ra_ap_syntax::ted::Element[][src]

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

Implementations on Foreign Types

Implementors