#[derive(Debug)]
struct Person<'twothousandandtwenty> {
tag: Vec<&'twothousandandtwenty str>,
interests: Vec<&'twothousandandtwenty str>,
wish: &'twothousandandtwenty str,
}
fn main() {
let me = Person {
tag: vec!["Vimer", "Archer"],
interests: vec!["Linux", "Web Novel"],
wish: "A 🦀 job",
};
println!("{:?}", me);
}fortime/fortime
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|