pub type ChannelResolver<const SHARDS: usize> = ChannelResolverInner<[Shard; SHARDS]>;Aliased Type§
pub struct ChannelResolver<const SHARDS: usize> { /* private fields */ }Trait Implementations§
Source§impl<const SHARDS: usize> Debug for ChannelResolver<SHARDS>
impl<const SHARDS: usize> Debug for ChannelResolver<SHARDS>
Source§impl<const SHARDS: usize> ResolvesServerCert for ChannelResolver<SHARDS>
impl<const SHARDS: usize> ResolvesServerCert for ChannelResolver<SHARDS>
Source§fn resolve(&self, _: ClientHello<'_>) -> Option<Arc<CertifiedKey>>
fn resolve(&self, _: ClientHello<'_>) -> Option<Arc<CertifiedKey>>
Choose a certificate chain and matching key given simplified
ClientHello information. Read more
Source§fn only_raw_public_keys(&self) -> bool
fn only_raw_public_keys(&self) -> bool
Return true when the server only supports raw public keys.