Revision 54e85e7af1ac9e9a92888060d6811ae767fea1bc authored by Junio C Hamano on 09 September 2020, 20:52:54 UTC, committed by Junio C Hamano on 09 September 2020, 20:53:09 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ff75e6c
Raw File
rust-struct
#[derive(Debug)]
pub(super) struct RIGHT<'a> {
    name: &'a str,
    age: ChangeMe,
}
back to top