parse_detached_static

Function parse_detached_static 

Source
fn parse_detached_static(
    cx: &mut ParseCtxt<'_>,
    attrs: ParsedAttrs,
) -> ParseResult<DetachedItem>
Expand description
 ⟨static-spec⟩ ::= static ⟨ident⟩ : ⟨type⟩ ;