1use rue_parser::SyntaxToken; 2 3#[derive(Debug, Clone)] 4pub struct Generic { 5 pub name: Option<SyntaxToken>, 6}