//! Router trait for generating a message when the page url changes.
/// Implement this trait on your router to allow for routing when the URL changes.
/// A placeholder router that does nothing and will never be used.
///
/// This serves as the default router for [`AppBuilder`] allowing apps to be constructed without
/// specifying a router.
///
/// [`AppBuilder`]: ../app/struct.AppBuilder.html