pub type NavigationResult<T> = HistoryResult<T>;
Expand description
Represents results of navigation operations.
Aliased Type§
pub enum NavigationResult<T> {
Ok(T),
Err(HistoryError),
}
pub type NavigationResult<T> = HistoryResult<T>;
Represents results of navigation operations.
pub enum NavigationResult<T> {
Ok(T),
Err(HistoryError),
}