plugin: export TypedPluginGuard and TypedPluginHandle#7780
plugin: export TypedPluginGuard and TypedPluginHandle#7780lucasmerlin merged 1 commit intoemilk:mainfrom
TypedPluginGuard and TypedPluginHandle#7780Conversation
|
Preview available at https://egui-pr-preview.github.io/pr/7780-apekrosplugin-mod View snapshot changes at kitdiff |
emilk
left a comment
There was a problem hiding this comment.
Let's not put undocumented things into the top egui namespace.
Please add docstrings to these types, but then do pub mod plugin instead of re-exporting the types directly, to reduce the number of things the user can auto-complete to with egui::
676d24b to
2b7a739
Compare
Thanks for the prompt feedback, done! I have left the existing |
2b7a739 to
8ebaadb
Compare
8ebaadb to
e05400e
Compare
We have made this patch internally on our fork as we use `TypedPluginGuard` and `TypedPluginHandle` internally * [x] I have followed the instructions in the PR template
We have made this patch internally on our fork as we use
TypedPluginGuardandTypedPluginHandleinternally