Function perseus::PerseusRoot
source · [−]pub fn PerseusRoot<G: Html>(cx: Scope<'_>) -> View<G>Expand description
The component that represents the entrypoint at which Perseus will inject itself. You can use this with the .index_view() method of PerseusApp to avoid having to create the entrypoint
<div> manually.