Trait mun_syntax::ast::FunctionDefOwner[][src]

pub trait FunctionDefOwner: AstNode {
    fn functions(&self) -> AstChildren<FunctionDef>

Notable traits for AstChildren<N>

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

Provided methods

fn functions(&self) -> AstChildren<FunctionDef>

Notable traits for AstChildren<N>

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

Loading content...

Implementors

Loading content...