Module consecuit::construction::mount[][src]

Functions

Mount the given component on the

Mount the given component on the given Node. This uses mount_app_without_leaking_at and leaks the result.

Mount the given component on the given Node, returning a SubtreeInstance which will unmount the app when dropped.