pub trait HasModuleItem: AstNode {
    // Provided method
    fn items(&self) -> AstChildren<Item>  { ... }
}

Provided Methods§

Implementors§