Function espr::parser::type_decl [−][src]
pub fn type_decl(input: &str) -> ParseResult<'_, TypeDecl>
Expand description
327 type_decl = TYPE type_id =
underlying_type ;
[ where_clause ] END_TYPE ;
.
pub fn type_decl(input: &str) -> ParseResult<'_, TypeDecl>
327 type_decl = TYPE type_id =
underlying_type ;
[ where_clause ] END_TYPE ;
.