Trait mun_syntax::ast::ModuleItemOwner[][src]

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

Notable traits for AstChildren<N>

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

Provided methods

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

Notable traits for AstChildren<N>

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

Loading content...

Implementors

Loading content...