MCPcopy Index your code
hub / github.com/bytesize-rs/bytesize / mul

Method mul

src/parse.rs:163–165  ·  view source on GitHub ↗
(self, other: u64)

Source from the content-addressed store, hash-verified

161 type Output = u64;
162
163 fn mul(self, other: u64) -> Self::Output {
164 self.factor() * other
165 }
166 }
167
168 impl ops::Mul<Unit> for u64 {

Callers

nothing calls this directly

Calls 1

factorMethod · 0.80

Tested by

no test coverage detected