pub type DictionaryRouterRouteResult = Result<DictionaryRouterRouteResponse, RouterError>;

Aliased Type§

enum DictionaryRouterRouteResult {
    Ok(DictionaryRouterRouteResponse),
    Err(RouterError),
}

Variants§

§1.0.0

Ok(DictionaryRouterRouteResponse)

Contains the success value

§1.0.0

Err(RouterError)

Contains the error value