Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dtolnay/thiserror
/ to_tokens
Method
to_tokens
impl/src/unraw.rs:76–78 ·
view source on GitHub ↗
(&self, tokens: &mut TokenStream)
Source
from the content-addressed store, hash-verified
74
75
impl ToTokens for IdentUnraw {
76
fn to_tokens(&self, tokens: &mut TokenStream) {
77
self.0.unraw().to_tokens(tokens);
78
}
79
}
80
81
#[derive(Clone)]
Callers
nothing calls this directly
Calls
1
to_local
Method · 0.80
Tested by
no test coverage detected