Skip to main content

generate_impl_with_item

Function generate_impl_with_item 

Source
pub(crate) fn generate_impl_with_item(
    make: &SyntaxFactory,
    adt: &Adt,
    body: Option<AssocItemList>,
) -> Impl
Expand description

Generates the corresponding impl Type {} including type and lifetime parameters.