freya_core::node

Trait ExternalPretty

Source
pub trait ExternalPretty {
    // Required method
    fn pretty(&self) -> String;
}

Required Methods§

Source

fn pretty(&self) -> String

Implementations on Foreign Types§

Source§

impl ExternalPretty for TextAlign

Source§

fn pretty(&self) -> String

Implementors§