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