Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
impl Parse for IdentUnraw {
70
fn parse(input: ParseStream) -> Result<Self> {
71
input.call(Ident::parse_any).map(IdentUnraw::new)
72
}
73
}
74
75
impl ToTokens for IdentUnraw {
Callers
5
rustc_minor_version
Function · 0.80
try_explicit_named_args
Function · 0.80
fallback_explicit_named_args
Function · 0.80
parse_error_attribute
Function · 0.80
parse_token_expr
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected