pub type NavigationError = HistoryError;
Aliased Type§
pub enum NavigationError {
QuerySer(Error),
QueryDe(Error),
}
Variants§
Trait Implementations
§impl Debug for HistoryError
impl Debug for HistoryError
§impl Display for HistoryError
impl Display for HistoryError
§impl Error for HistoryError
impl Error for HistoryError
§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
§impl From<Error> for HistoryError
impl From<Error> for HistoryError
§fn from(source: Error) -> HistoryError
fn from(source: Error) -> HistoryError
Converts to this type from the input type.
§impl From<Error> for HistoryError
impl From<Error> for HistoryError
§fn from(source: Error) -> HistoryError
fn from(source: Error) -> HistoryError
Converts to this type from the input type.