Struct openssl::conf::Conf [−][src]
pub struct Conf(_);Implementations
Create a configuration parser.
Examples
use openssl::conf::{Conf, ConfMethod};
let conf = Conf::new(ConfMethod::default());pub struct Conf(_);Create a configuration parser.
use openssl::conf::{Conf, ConfMethod};
let conf = Conf::new(ConfMethod::default());