[][src]Trait piet::TextLayoutBuilder

pub trait TextLayoutBuilder {
    type Out: TextLayout;
    fn build(self) -> Result<Self::Out, Error>;
}

Associated Types

Loading content...

Required methods

fn build(self) -> Result<Self::Out, Error>

Loading content...

Implementors

Loading content...