5 lines
118 B
Rust
5 lines
118 B
Rust
use crate::id::SnowflakeID;
|
|
|
|
pub trait GuildIdMessageComponent {
|
|
fn get_guild_id(&self) -> &Option<SnowflakeID>;
|
|
} |