Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ UserSignalSendError
Class
UserSignalSendError
crates/vm/src/signal.rs:159–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
pub struct UserSignalSendError(pub UserSignal);
160
161
impl fmt::Debug for UserSignalSendError {
162
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
1
send
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected