#[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);
}
Popular repositories Loading
-
-
-
tracing-opentelemetry-fmt
tracing-opentelemetry-fmt PublicAdd opentelemetry trace.id and span.id to `FmtLayer` of tracing-subscriber
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.