Make trait pub

This commit is contained in:
bitfl0wer 2023-08-15 17:54:36 +02:00
parent a1a99aff8d
commit 86e8edde27
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
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(