Skip to main content

ReplyMetaView

Type Alias ReplyMetaView 

Source
pub type ReplyMetaView = Arc<dyn Fn(ReplyRenderContext) -> AnyView + Send + Sync>;
Expand description

Custom meta region below the primary header row (reactions, votes, actions).

Aliased Typeยง

pub struct ReplyMetaView { /* private fields */ }