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