Trait punfetch::Render

source ·
pub trait Render {
    // Required method
    fn render(&self, color: DynColors) -> Vec<String> ;
}
Expand description

Trait for types be added to the Printer.

Required Methods§

source

fn render(&self, color: DynColors) -> Vec<String>

Implementations on Foreign Types§

source§

impl Render for Vec<String>

source§

impl Render for String

Implementors§