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

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

Implementors