Re-export Outcome's Signal type

This commit is contained in:
Félix Saparelli 2021-08-24 21:31:46 +12:00
parent e939f97c90
commit 9cb1f5bf79
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use std::{
};
use atomic_take::AtomicTake;
use command_group::{AsyncCommandGroup, Signal};
use command_group::AsyncCommandGroup;
use once_cell::sync::OnceCell;
use tokio::{
sync::{mpsc, watch},
@ -22,6 +22,8 @@ use crate::{
handler::{rte, Handler},
};
pub use command_group::Signal;
#[derive(Clone)]
#[non_exhaustive]
pub struct WorkingData {