Struct openssl::conf::Conf [−][src]
pub struct Conf(_);
Implementations
impl Conf
[src]
impl Conf
[src]pub fn new(method: ConfMethod) -> Result<Conf, ErrorStack>
[src]
Create a configuration parser.
Examples
use openssl::conf::{Conf, ConfMethod}; let conf = Conf::new(ConfMethod::default());
Trait Implementations
impl ForeignType for Conf
[src]
impl ForeignType for Conf
[src]