Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ deref_mut
Method
deref_mut
crates/vm/src/py_io.rs:32–34 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
30
}
31
impl<T> ops::DerefMut for IoWriter<T> {
32
fn deref_mut(&mut self) -> &mut T {
33
&mut self.0
34
}
35
}
36
37
impl<W> Write for IoWriter<W>
Callers
1
try_writable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected