Expand description
Structs§
- Incomplete
- Signifies that
parser
did not consume all ofinput
in acall2_strict
call.
Functions§
- call2_
allow_ incomplete - Analogous to
syn::parse2
andsyn::parse::ParseBuffer::call
. - call2_
strict - Analogous to
syn::parse2
andsyn::parse::ParseBuffer::call
.
Type Aliases§
- Result
- Returned by
call2_strict
.