Impl helpers::confirm::Confirmer

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-10 13:27:28 +10:00
parent c1809d41fa
commit dd2fa2de33
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 100 additions and 4 deletions

View file

@ -20,7 +20,7 @@ mod auto_abort_join_handle;
pub use auto_abort_join_handle::AutoAbortJoinHandle;
mod confirm;
pub use confirm::confirm;
pub use confirm::{confirm, Confirmer};
mod extracter;
mod readable_rx;