Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ into_inner
Method
into_inner
src/pythonrun.rs:186–188 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
184
/// Consumes the `GILProtected`, returning the wrapped value.
185
#[inline]
186
pub fn into_inner(self) -> T {
187
self.data
188
}
189
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected