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