Trait ComponentAppTrait

Source
pub trait ComponentAppTrait {
    // Required method
    fn new(
        ctx: &mut ComponentContext<'_>,
    ) -> impl Future<Output = Box<dyn ComponentBuilder>>
       where Self: Sized;
}

Required Methods§

Source

fn new( ctx: &mut ComponentContext<'_>, ) -> impl Future<Output = Box<dyn ComponentBuilder>>
where Self: Sized,

Implementors§