MCPcopy Index your code
hub / github.com/dtolnay/thiserror / parse

Method parse

impl/src/unraw.rs:70–72  ·  view source on GitHub ↗
(input: ParseStream)

Source from the content-addressed store, hash-verified

68
69impl Parse for IdentUnraw {
70 fn parse(input: ParseStream) -> Result<Self> {
71 input.call(Ident::parse_any).map(IdentUnraw::new)
72 }
73}
74
75impl ToTokens for IdentUnraw {

Callers 5

rustc_minor_versionFunction · 0.80
try_explicit_named_argsFunction · 0.80
parse_error_attributeFunction · 0.80
parse_token_exprFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected