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

Method defun

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

Source from the content-addressed store, hash-verified

275 }
276
277 pub fn defun(&self, part: TokenStream) {
278 let mut o = self.defuns.take();
279 o.push(part);
280 self.defuns.set(o);
281 }
282
283 pub fn implt(&self, part: TokenStream) {
284 let mut o = self.implts.take();

Callers 15

defun_pub_bits_opsMethod · 0.45
defun_pub_bytes_opsMethod · 0.45
defun_pub_arith_opsMethod · 0.45
defun_pub_mem_opsMethod · 0.45
defun_pub_gcdMethod · 0.45
defun_priv_unit_opsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected