Expand description
Prelude module to be imported when working with yew-router
.
This module re-exports the frequently used types from the crate.
Re-exports§
pub use crate::components::Link;
pub use crate::components::Redirect;
pub use crate::scope_ext::LocationHandle;
pub use crate::scope_ext::RouterScopeExt;
pub use crate::Routable;
pub use crate::Routable;
pub use crate::BrowserRouter;
pub use crate::HashRouter;
pub use crate::Router;
pub use crate::Switch;
pub use crate::hooks::*;
Structs§
- A history location.