[][src]Trait ra_ap_syntax::ast::ModuleItemOwner

pub trait ModuleItemOwner: AstNode {
    fn items(&self) -> AstChildren<Item>

Notable traits for AstChildren<N>

impl<N: AstNode> Iterator for AstChildren<N> type Item = N;
{ ... } }

Provided methods

fn items(&self) -> AstChildren<Item>

Notable traits for AstChildren<N>

impl<N: AstNode> Iterator for AstChildren<N> type Item = N;

Loading content...

Implementors

impl ModuleItemOwner for ItemList[src]

impl ModuleItemOwner for MacroItems[src]

impl ModuleItemOwner for SourceFile[src]

Loading content...