pub type SharedRouteTable = Arc<RwLock<HashMap<String, Vec<RouteTarget>>>>;Expand description
Shared route table type, compatible with orca_proxy::run_proxy.
Aliased Typeยง
pub struct SharedRouteTable { /* private fields */ }pub type SharedRouteTable = Arc<RwLock<HashMap<String, Vec<RouteTarget>>>>;Shared route table type, compatible with orca_proxy::run_proxy.
pub struct SharedRouteTable { /* private fields */ }