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

Function comp_sci

0b_traits/rust/supertraits.rs:78–80  ·  view source on GitHub ↗
(student: &T)

Source from the content-addressed store, hash-verified

76}
77
78fn comp_sci<T: CompSciStudent>(student: &T) -> String {
79 comp_sci_student_greeting(student)
80}
81
82fn comp_sci_vs_programmer<T, U>(student: &T, programmer: &U) -> String
83where

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected