pub struct NavigationStack { /* private fields */ }Expand description
The global navigation stack.
Bubba maintains a single, app-wide stack. You rarely interact with this
directly — use the navigate() and navigate_back() free functions instead.
Implementations§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more