Skip to main content

struct_decl

Function struct_decl 

Source
pub fn struct_decl<'tok, I: UrdInput<'tok>>() -> BoxedUrdParser<'tok, I>
Expand description

Parses a struct declaration: struct Name { field: Type ... }