Skip to main content

new

Function new 

pub fn new<S>(stream: S) -> Result<(*mut BIO, BioMethod), ErrorStack>
where S: Read + Write,
Available on crate feature tls only.