Trait ra_syntax::ast::FnDefOwner

source ·
pub trait FnDefOwner<'a>: AstNode<'a> {
    fn functions(self) -> AstChildren<'a, FnDef<'a>>  { ... }
}

Provided Methods

Implementors