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