Trait freya_testing::prelude::ExternalPretty

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

Required Methods§

fn pretty(&self) -> String

Implementations on Foreign Types§

§

impl ExternalPretty for skia_textlayout_TextAlign

§

fn pretty(&self) -> String

Implementors§