fn parse_detached_trait(cx: &mut ParseCtxt<'_>) -> ParseResult<Item>
⟨trait-spec⟩ ::= trait Ident { ⟨fn-spec⟩* }