1 2 3 4 5 6
/// A comment's textual content. The source line is carried by the /// enclosing `Located<Comment>` wrapper. #[derive(Debug, Clone)] pub struct Comment { pub text: String, }