Function kas_widgets::label_any

source ·
pub fn label_any<A, T: FormattableText + 'static>(
    label: T
) -> MapAny<A, Label<T>>
Expand description

Construct a Label which accepts any data

This is just a shortcut for Label::new(text).map_any().