Crate rustls_channel_resolver

Source

Structs§

ChannelSender
The Send half of the channel. This is used for updating the server with new keys

Functions§

channel
Create a new resolver channel. The Sender can update the key, and the Receiver can be registered with a rustls server

Type Aliases§

ChannelResolver