pub struct Conf(_);
Create a configuration parser.
use openssl::conf::{Conf, ConfMethod}; let conf = Conf::new(ConfMethod::default());
This corresponds to NCONF_new.
NCONF_new
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U