Type Alias kas_widgets::StrText

source ·
pub type StrText<A> = Text<A, &'static str>;
Expand description

Text with &'static str as backing type

Aliased Type§

struct StrText<A> { /* private fields */ }