MCPcopy 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
10const DE_LIFETIME: &str = "__de";
11fn de_lifetime() -> Lifetime {
12 parse_quote!('__de) // Must match DE_LIFETIME.
13}
14
15#[derive(Copy, Clone)]
16pub enum Item {

Callers 4

field_implMethod · 0.85
enum_implMethod · 0.85
boundMethod · 0.85
derive_implMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected