MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / MyString

Class MyString

0c_operator_overloading/rust/operator_overloading.rs:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5#[derive(Debug, Clone)]
6struct MyString(String);
7
8impl fmt::Display for MyString {
9 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers 3

addMethod · 0.85
mulMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected