Skip to main content

ReplyPartView

Type Alias ReplyPartView 

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

Custom part renderer. Return None to fall through to built-in renderers.

Aliased Typeยง

pub struct ReplyPartView { /* private fields */ }