MCPcopy Create free account
hub / github.com/ExtropyIO/SolanaBootcamp / fmt

Method fmt

homeworks_rust/src/exercise.rs:252–254  ·  view source on GitHub ↗
(&self, f: &mut Formatter)

Source from the content-addressed store, hash-verified

250
251impl Display for Exercise {
252 fn fmt(&self, f: &mut Formatter) -> fmt::Result {
253 write!(f, "{}", self.path.to_str().unwrap())
254 }
255}
256
257#[inline]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected