MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / error

Function error

crates/hyperqueue/src/common/error.rs:45–47  ·  view source on GitHub ↗
(message: String)

Source from the content-addressed store, hash-verified

43}
44
45pub fn error<T>(message: String) -> crate::Result<T> {
46 Err(GenericError(message))
47}
48
49impl From<String> for HqError {
50 fn from(e: String) -> Self {

Callers 1

openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected