Struct analyze::module::Module¶
- pub struct Module {}¶
Representation of a module
Fields¶
- name:
String
- docstring:
String
- declarations:
Vec<String>
The public declarations in the module
analyze::module::Module¶Representation of a module
String
String
Vec<String>
The public declarations in the module