wip: implemented try_into from the disseminated cert data to rustls server config

This commit is contained in:
Jun Kurihara 2024-05-28 13:41:55 +09:00
commit 2935cbd59b
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
6 changed files with 140 additions and 16 deletions

View file

@ -23,7 +23,7 @@ pub trait CryptoSource {
/* ------------------------------------------------ */
#[derive(Builder, Debug, Clone)]
/// Crypto-related file reader implementing `CryptoSource`` trait
/// Crypto-related file reader implementing `CryptoSource` trait
pub struct CryptoFileSource {
#[builder(setter(custom))]
/// Always exist