Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ MemBioSlice
Class
MemBioSlice
crates/stdlib/src/openssl.rs:4150–4150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4148
use std::marker::PhantomData;
4149
4150
pub struct MemBioSlice<
'a>(*mut sys::BIO, PhantomData<&'
a [u8]>);
4151
4152
impl Drop for MemBioSlice<'_> {
4153
fn drop(&mut self) {
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected