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

pub trait ViewBuilderBorderDecoratorExt {
    fn border_decorator(
        self,
        f: impl for<'a> FnOnce(BorderDecoratorBuilder<'a>) -> BorderDecoratorBuilder<'a>
    ) -> Self; }

Required methods

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

Loading content...

Implementors

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

Loading content...