MCPcopy Create free account
hub / github.com/CleanCut/ultimate_rust2 / show

Function show

example/puzzles/src/lib.rs:60–62  ·  view source on GitHub ↗
(s: T)

Source from the content-addressed store, hash-verified

58}
59
60pub fn show<T: Into<String>>(s: T) {
61 println!("{}", s.into());
62}
63
64pub fn blah() {
65 let puzzle = Puzzle::default();

Callers 1

blahFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected