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

Functions

mount_app

Mount the given component on the

mount_app_at

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

mount_app_without_leaking_at

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