pilota_thrift_parser/descriptor/
include.rs

1use super::Literal;
2
3#[derive(Debug)]
4pub struct Include {
5    pub path: Literal,
6}
7
8#[derive(Debug)]
9pub struct CppInclude(pub Literal);