Type Definition consecuit::construction::types::DynComponentReturn[][src]

type DynComponentReturn<Props> = ComponentConstruction<StoreConsEnd, StoreCons<RefCell<Option<Box<dyn Subtree<Props = Props>>>>, StoreConsEnd>, NoHoleNode, NoHoleNode>;
Expand description

An alias for when you really need to name the concrete return type of your component.

See [.dyn_comp()] in ComponentConstruction for how to create a component with concrete return type.