Home
last modified time | relevance | path

Searched defs:BioMethod (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dbio.rs25 pub struct BioMethod(BIO_METHOD); struct
27 impl BioMethod { impl
28 fn new<S: Read + Write>() -> Result<BioMethod, ErrorStack> { in new()
33 unsafe impl Sync for BioMethod {} implementation
34 unsafe impl Send for BioMethod {} implementation
36 pub fn new<S: Read + Write>(stream: S) -> Result<(*mut BIO, BioMethod), ErrorStack> { in new() argument