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

Method fmt

flow-rs/src/channel/error.rs:19–23  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

17
18impl<T> std::fmt::Debug for BatchRecvError<T> {
19 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
20 match *self {
21 BatchRecvError::Closed(_) => f.write_str("BatchRecvError::Closed"),
22 }
23 }
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected