Skip to main content

ReplyMenuExtrasView

Type Alias ReplyMenuExtrasView 

Source
pub type ReplyMenuExtrasView = Arc<dyn Fn(ReplyRenderContext) -> Vec<DiscussionMenuItem> + Send + Sync>;
Expand description

Extra menu items on the default reply overflow menu beside Reply.

Aliased Typeยง

pub struct ReplyMenuExtrasView { /* private fields */ }