Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CSpyridakis/notes
/ Kilometers
Class
Kilometers
Rust/notes.rs:879–879 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
877
878
#[derive(Debug)]
879
struct Kilometers(i32); // When a tuple struct has only one element,
880
// we call it newtype pattern. Because it
881
// helps to create a new type.
882
Callers
1
structs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected