Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rust-struct « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76aff1c0d8ef5bd2794240e2f69929de19e3b4b0 (plain)
1
2
3
4
5
#[derive(Debug)]
pub(super) struct RIGHT<'a> {
    name: &'a str,
    age: ChangeMe,
}