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

Method implt

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

Source from the content-addressed store, hash-verified

281 }
282
283 pub fn implt(&self, part: TokenStream) {
284 let mut o = self.implts.take();
285 o.push(part);
286 self.implts.set(o);
287 }
288
289 pub fn attach_common(&self, part: TokenStream) {
290 let mut o = self.common.take();

Calls

no outgoing calls

Tested by

no test coverage detected