parse_detached_impl

Function parse_detached_impl 

Source
fn parse_detached_impl(
    cx: &mut ParseCtxt<'_>,
    attrs: ParsedAttrs,
) -> ParseResult<DetachedItem>
Expand description
 ⟨impl-spec⟩ ::= impl Ident (for Ident)? { ⟨#[assoc] impl_assoc_reft⟩* ⟨fn-spec⟩* }