RenderBlock

Type Alias RenderBlock 

Source
pub type RenderBlock = Box<dyn Render>;
Expand description

Abstract type for Unimarkup elements that implement the Render trait

Aliased Typeยง

pub struct RenderBlock(/* private fields */);