refactor: add cert_reader object in backend
This commit is contained in:
parent
b6073e5d12
commit
6c0fd85ca5
11 changed files with 96 additions and 40 deletions
|
|
@ -11,7 +11,7 @@ use std::{
|
|||
path::PathBuf,
|
||||
};
|
||||
|
||||
#[derive(Builder, Debug)]
|
||||
#[derive(Builder, Debug, Clone)]
|
||||
/// Crypto-related file reader implementing certs::CryptoRead trait
|
||||
pub struct CryptoFileSource {
|
||||
#[builder(setter(custom))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue