Searched refs:BioMethodInner (Results 1 – 1 of 1) sorted by relevance
81 pub struct BioMethodInner(*mut BIO_METHOD); struct83 impl BioMethodInner { impl84 fn new<S: Read + Write>() -> Result<BioMethodInner, ErrorStack> { in new() argument87 let bio_method = BioMethodInner(ptr); in new()108 impl Drop for BioMethodInner { implementation115 pub struct BioMethod(BioMethodInner);119 let method = BioMethodInner::new::<S>()?; in new()