syntax::ast::make

Function impl_

source
pub fn impl_(
    generic_params: Option<GenericParamList>,
    generic_args: Option<GenericArgList>,
    path_type: Type,
    where_clause: Option<WhereClause>,
    body: Option<Vec<Either<Attr, AssocItem>>>,
) -> Impl