aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/src/corebind.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-17 08:48:35 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-17 08:48:35 +0800
commitd77e8926dff6466f0c46ee4529dd9f7b9772ae99 (patch)
treeb7e1cec03538beef8e4c4c134b0c5dba3dc82f0b /mingling_picker/src/corebind.rs
parent80c66d1efc9babfc1991edc023b06adad680edbb (diff)
feat(corebind): add EntryPicker trait for binding entry types to Picker
BREAKING CHANGE: prelude now exports EntryPicker in place of IntoPicker when mingling_support feature is enabled
Diffstat (limited to 'mingling_picker/src/corebind.rs')
-rw-r--r--mingling_picker/src/corebind.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mingling_picker/src/corebind.rs b/mingling_picker/src/corebind.rs
index 8b13789..3581871 100644
--- a/mingling_picker/src/corebind.rs
+++ b/mingling_picker/src/corebind.rs
@@ -1 +1,2 @@
-
+mod entry_picker;
+pub use entry_picker::*;