Function navigator

Source
pub fn navigator() -> Navigator
Expand description

Acquire the navigator without subscribing to updates.

Can be called anywhere in the application provided a Router has been initialized.

ยงPanics

Panics if there is no router present.