parse_detached_mod

Function parse_detached_mod 

Source
fn parse_detached_mod(cx: &mut ParseCtxt<'_>) -> ParseResult<Item>
Expand description
 ⟨mod⟩ ::= mod ⟨ident⟩ { ⟨specs⟩ }