Trait ra_ap_syntax::ast::HasModuleItem[][src]

pub trait HasModuleItem: AstNode {
    fn items(&self) -> AstChildren<Item>
Notable traits for AstChildren<N>
impl<N: AstNode> Iterator for AstChildren<N> type Item = N;
{ ... } }

Provided methods

Implementors