MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / from

Method from

flow-plugins/src/utils/error.rs:29–31  ·  view source on GitHub ↗
(err: T)

Source from the content-addressed store, hash-verified

27 T: 'static + Debug + Send + Sync,
28{
29 fn from(err: T) -> Self {
30 RejectCause { err }
31 }
32}
33
34pub fn reject_cause<T>(err: T) -> Rejection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected