Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
t4018
/
rust-struct
Code
Commits
Pulls
CI/CD
81,972
jch
bisect
jch
maint
master
next
seen
test
todo
text
5 lines
87 Bytes
Copy permalink
Copy
Raw
1
#[derive(Debug)]
2
pub(super) struct RIGHT<'a> {
3
name: &'a str,
4
age: ChangeMe,
5
}