MCPcopy Create free account
hub / github.com/aws/clock-bound / ClockBoundError

Class ClockBoundError

clock-bound/src/client.rs:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229#[derive(Debug)]
230pub struct ClockBoundError {
231 pub kind: ClockBoundErrorKind,
232 pub errno: Errno,
233 pub detail: String,
234}
235
236impl From<ShmError> for ClockBoundError {
237 fn from(value: ShmError) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected