Make trait pub

This commit is contained in:
bitfl0wer 2023-08-15 17:54:36 +02:00
parent 20baada605
commit 7de3204f59
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ mod voice_state;
mod webhook;
#[async_trait]
pub(crate) trait Composite<T: Updateable + Clone> {
pub trait Composite<T: Updateable + Clone> {
async fn watch_whole(self, gateway: &GatewayHandle) -> Self;
async fn option_observe_fn(