Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ IoWriter
Class
IoWriter
crates/vm/src/py_io.rs:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
#[repr(transparent)]
16
pub struct IoWriter<T>(pub T);
17
18
impl<T> IoWriter<T> {
19
pub fn from_ref(x: &mut T) -> &mut Self {
Callers
1
print_exception
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected