Module syn::parse::discouraged
source · Available on crate feature
parsing only.Expand description
Extensions to the parsing API with niche applicability.
Traits§
- Extensions to the
ParseStreamAPI to support manipulating invisible delimiters the same as if they were visible. - Extensions to the
ParseStreamAPI to support speculative parsing.