Trait ra_ap_syntax::ast::GenericParamsOwner[][src]

pub trait GenericParamsOwner: AstNode {
    fn generic_param_list(&self) -> Option<GenericParamList> { ... }
fn where_clause(&self) -> Option<WhereClause> { ... } }

Provided methods

Implementors