Trait freya::core::prelude::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 skia_textlayout_TextAlign

source§

fn pretty(&self) -> String

Implementors§