MCPcopy Create free account
hub / github.com/cryptape/rust-numext / attach_common

Method attach_common

constructor/src/fixed_uint/core/constructor.rs:289–293  ·  view source on GitHub ↗
(&self, part: TokenStream)

Source from the content-addressed store, hash-verified

287 }
288
289 pub fn attach_common(&self, part: TokenStream) {
290 let mut o = self.common.take();
291 o.push(part);
292 self.common.set(o);
293 }
294
295 pub fn error(&self, part: TokenStream) {
296 let mut o = self.errors.take();

Callers 5

deferrorMethod · 0.45
defutilsMethod · 0.45
deftraitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected