Struct AnalysisResult¶
- pub struct AnalysisResult {}¶
pyo3 representation of the result of an analysis
Fields¶
- crate_:
String
- modules:
Vec<String>
- structs:
Vec<String>
- enums:
Vec<String>
AnalysisResult¶pyo3 representation of the result of an analysis
String
Vec<String>
Vec<String>
Vec<String>