pub struct Null;
advanced
only.Expand description
A renderer that does nothing.
It can be useful if you are writing tests!
Implementations§
Trait Implementations§
source§impl Renderer for Null
impl Renderer for Null
source§const CHECKMARK_ICON: char = '0'
const CHECKMARK_ICON: char = '0'
char
representing a ✔ icon in the ICON_FONT
.source§const ARROW_DOWN_ICON: char = '0'
const ARROW_DOWN_ICON: char = '0'
char
representing a ▼ icon in the built-in ICON_FONT
.source§fn default_font(&self) -> <Null as Renderer>::Font
fn default_font(&self) -> <Null as Renderer>::Font
Self::Font
.source§fn default_size(&self) -> Pixels
fn default_size(&self) -> Pixels
Text
.