Skip to main content

ValueRendererBox

Type Alias ValueRendererBox 

Source
pub type ValueRendererBox = Box<dyn ValueRenderer>;
Expand description

Boxed version of ValueRenderer.

Aliased Type§

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

Trait Implementations§

Source§

impl Debug for ValueRendererBox

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult

Formats the value using the given formatter. Read more