Type Definition bgp_models::bgp::attributes::Attributes[][src]

pub type Attributes = Vec<(AttrType, Attribute)>;
Expand description

Type Attributes represents a vector of (AttrType, Attribute) pairs.

Note that we do not choose to use HashMap due to its inefficiency.