mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 05:27:59 +00:00
Export codegen::TypeGenerator (#444)
* Export codegen::TypeGenerator * Export Module and add comments to public methods * Fmt
This commit is contained in:
+5
-1
@@ -25,5 +25,9 @@ pub use self::{
|
||||
generate_runtime_api,
|
||||
RuntimeGenerator,
|
||||
},
|
||||
types::GeneratedTypeDerives,
|
||||
types::{
|
||||
GeneratedTypeDerives,
|
||||
Module,
|
||||
TypeGenerator,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user