pub trait Key { }
Expand description

Trait for types that act as keys for records.

These traits must be implemented by all record types. Trait that describes the record key, a key can be a NLRI (or a part of that), but it can also be other TLVs originating from a BGP packet. Key of a record

Implementations on Foreign Types

Implementors