MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / from

Method from

src/error.rs:22–24  ·  view source on GitHub ↗
(_: tokio::sync::mpsc::error::SendError<T>)

Source from the content-addressed store, hash-verified

20
21impl<T> From<tokio::sync::mpsc::error::SendError<T>> for EngineError {
22 fn from(_: tokio::sync::mpsc::error::SendError<T>) -> Self {
23 EngineError::Executor(ExecutorError::ChannelClosed)
24 }
25}
26
27impl<T> From<tokio::sync::mpsc::error::TrySendError<T>> for EngineError {

Callers

nothing calls this directly

Calls 1

ExecutorClass · 0.85

Tested by

no test coverage detected