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 VrpTarget as well as one that implements VrpUpdate. 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.

VrpTarget: trait VrpTarget.html VrpUpdate: trait.VrpUpdate.html

Structs

An RTR client.

Enums

A received VRP was not acceptable.

Traits

A type that keeps data received via RTR.

A type that can receive a VRP data update.