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

Method bound

bitcode_derive/src/decode.rs:223–227  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

221 const ALL: [Self::Item; Item::COUNT] = Item::ALL;
222
223 fn bound(&self) -> Path {
224 let private = private();
225 let de = de_lifetime();
226 parse_quote!(#private::Decode<#de>)
227 }
228
229 fn derive_impl(
230 &self,

Callers

nothing calls this directly

Calls 2

privateFunction · 0.85
de_lifetimeFunction · 0.85

Tested by

no test coverage detected