repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ab/refs-various-fixes'
[alt-git.git]
/
t
/
t4018
/
rust-struct
blob
76aff1c0d8ef5bd2794240e2f69929de19e3b4b0
1
#[derive(Debug)]
2
pub(super) struct RIGHT<'a> {
3
name: &'a str,
4
age: ChangeMe,
5
}