Define OneComponent con tipado restringido

This commit is contained in:
Manuel Cillero 2023-05-28 09:08:29 +02:00
parent dd443ca375
commit 23a6f36f62
12 changed files with 68 additions and 90 deletions

View file

@ -25,7 +25,7 @@ pub enum HeadingDisplay {
Subtitle,
}
pub type HeadingText = ComponentArc;
type HeadingText = OneComponent<L10n>;
#[rustfmt::skip]
#[derive(Default)]