pub type DictionaryRouterDeprecatedRouteResult = Result<RouterResponse, RouterError>;Aliased Type§
pub enum DictionaryRouterDeprecatedRouteResult {
Ok(RouterResponse),
Err(RouterError),
}pub type DictionaryRouterDeprecatedRouteResult = Result<RouterResponse, RouterError>;pub enum DictionaryRouterDeprecatedRouteResult {
Ok(RouterResponse),
Err(RouterError),
}