MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / Lifetime

Class Lifetime

src/derive/mod.rs:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162 #[derive(Encode, Decode)]
163 struct Lifetime<'a>(&'a str);
164
165 #[derive(Encode, Decode)]
166 struct LifetimeWhere<'a, 'b>(&'a str, &'b str)

Callers 1

derive_implMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected