Struct consecuit::construction::subtree::SubtreeInstance[][src]

pub struct SubtreeInstance<Ret, Props> where
    Ret: ComponentReturn,
    Props: ComponentProps
{ /* fields omitted */ }
Expand description

A subtree is a part of the app that is mounted and unmounted together.

When mounting the app, Consecuit creates a subtree for it.

opt_comp creates a subtree for its component. vec_comps creates a subtree for each of its components.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.