pub type NavigationError = HistoryError;
Expand description
Represents errors related to navigation.
Aliased Type§
pub enum NavigationError {
QuerySer(Error),
QueryDe(Error),
}
pub type NavigationError = HistoryError;
Represents errors related to navigation.
pub enum NavigationError {
QuerySer(Error),
QueryDe(Error),
}