Module rpki::rtr::client

source · []
Expand description

The RTR client.

This module implements a generic RTR client through Client. In order to use the client, you will need to provide a type that implements PayloadTarget as well as one that implements PayloadUpdate. The former represents the place where all the information received via the RTR client is stored, while the latter receives a set of updates and applies it to the target.

For more information on how to use the client, see the Client type.

Structs

An RTR client.

Enums

A received payload update was not acceptable.

Traits

A type that keeps data received via RTR.

A type that can receive a data update.