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

Method bound

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

Source from the content-addressed store, hash-verified

225 const ALL: [Self::Item; Item::COUNT] = Item::ALL;
226
227 fn bound(&self) -> Path {
228 let private = private();
229 parse_quote!(#private::Encode)
230 }
231
232 fn derive_impl(
233 &self,

Callers 1

field_attrsMethod · 0.45

Calls 1

privateFunction · 0.85

Tested by

no test coverage detected