Struct reproto_core::RpFile
[−]
[src]
pub struct RpFile {
pub comment: Vec<String>,
pub options: Vec<Loc<RpOptionDecl>>,
pub decls: Vec<RpDecl>,
}Fields
comment: Vec<String>
options: Vec<Loc<RpOptionDecl>>
decls: Vec<RpDecl>
Methods
impl RpFile[src]
fn for_each_decl(&self) -> ForEachDecl[src]
Iterate over all declarations in file.