Type Definition serenity_rich_interaction::menu::MessageBuildOutput[][src]

pub type MessageBuildOutput<'b> = Pin<Box<dyn Future<Output = Result<CreateMessage<'b>>> + Send + 'b>>;