[][src]Type Definition kas::widget::StringLabel

type StringLabel = Label<String>;

Label with String as backing type

Trait Implementations

impl Layout for StringLabel[src]