Struct aidl_parser::parser::ParseFileResult
source · pub struct ParseFileResult<ID>where
ID: Eq + Hash + Clone + Debug,{
pub id: ID,
pub ast: Option<Aidl>,
pub diagnostics: Vec<Diagnostic>,
}Expand description
The parse result of 1 file with its corresponding ID as given via Parser::add_content() or Parser::add_file().
Fields§
§id: ID§ast: Option<Aidl>§diagnostics: Vec<Diagnostic>