Log In
source-git
/
git
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Branch:
c8
c8
c8s
master
c8
t
t4018
rust-struct
Fork and Edit
Blob
Blame
History
Raw
#[derive(Debug)] pub(super) struct RIGHT<'a> { name: &'a str, age: ChangeMe, }