pub use + re-export TypeImpl (#408)

This commit is contained in:
Bernhard Schuster 2023-04-05 19:56:00 +02:00 committed by GitHub
parent a4abdf60c5
commit 3a5fe998e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ pub use progenitor_impl::GenerationSettings;
pub use progenitor_impl::Generator; pub use progenitor_impl::Generator;
pub use progenitor_impl::InterfaceStyle; pub use progenitor_impl::InterfaceStyle;
pub use progenitor_impl::TagStyle; pub use progenitor_impl::TagStyle;
pub use progenitor_impl::TypeImpl;
pub use progenitor_impl::TypePatch; pub use progenitor_impl::TypePatch;
pub use progenitor_macro::generate_api; pub use progenitor_macro::generate_api;