tvl-depot/third_party/git/t/t4018/rust-struct
2020-01-11 23:40:29 +00:00

5 lines
87 B
Text

#[derive(Debug)]
pub(super) struct RIGHT<'a> {
name: &'a str,
age: ChangeMe,
}