[][src]Trait tuifw::view::decorators::ViewBuilderLabelDecoratorExt

pub trait ViewBuilderLabelDecoratorExt {
    fn label_decorator(
        self,
        f: impl for<'a> FnOnce(LabelDecoratorBuilder<'a>) -> LabelDecoratorBuilder<'a>
    ) -> Self; }

Required methods

fn label_decorator(
    self,
    f: impl for<'a> FnOnce(LabelDecoratorBuilder<'a>) -> LabelDecoratorBuilder<'a>
) -> Self

Loading content...

Implementors

impl<'a> ViewBuilderLabelDecoratorExt for ViewBuilder<'a>[src]

Loading content...