syntax::ast

Trait HasGenericParams

source
pub trait HasGenericParams: AstNode {
    // Provided methods
    fn generic_param_list(&self) -> Option<GenericParamList> { ... }
    fn where_clause(&self) -> Option<WhereClause> { ... }
}

Provided Methods§

Implementors§