Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ de_lifetime
Function
de_lifetime
bitcode_derive/src/decode.rs:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
const DE_LIFETIME: &str =
"__de"
;
11
fn de_lifetime() -> Lifetime {
12
parse_quote!('__de) // Must match DE_LIFETIME.
13
}
14
15
#[derive(Copy, Clone)]
16
pub enum Item {
Callers
4
field_impl
Method · 0.85
enum_impl
Method · 0.85
bound
Method · 0.85
derive_impl
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected