You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2b-rs/bot-serenityutils/src/core.rs

5 lines
147 B
Rust

use crate::menu::traits::EventDrivenMessage;
pub type MessageHandle = (u64, u64);
pub type BoxedEventDrivenMessage = Box<dyn EventDrivenMessage>;