Searched defs:BioMethod (Results 1 – 1 of 1) sorted by relevance
105 unsafe impl Sync for BioMethod {} implementation106 unsafe impl Send for BioMethod {} implementation115 pub struct BioMethod(BioMethodInner); struct117 impl BioMethod { impl118 fn new<S: Read + Write>() -> Result<BioMethod, ErrorStack> { in new()157 pub(crate) fn new<S: Read + Write>(stream: S) -> Result<(*mut BIO, BioMethod), ErrorStack> { in new() argument