Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ from
Method
from
crates/compiler-core/src/marshal.rs:37–39 ·
view source on GitHub ↗
(_: core::str::Utf8Error)
Source
from the content-addressed store, hash-verified
35
36
impl From<core::str::Utf8Error> for MarshalError {
37
fn from(_: core::str::Utf8Error) -> Self {
38
Self::InvalidUtf8
39
}
40
}
41
42
impl core::error::Error for MarshalError {}
Callers
nothing calls this directly
Calls
7
Boolean
Class · 0.85
Bytes
Class · 0.85
Tuple
Class · 0.85
Integer
Class · 0.50
Float
Class · 0.50
Complex
Class · 0.50
Str
Class · 0.50
Tested by
no test coverage detected