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

Enum ClockErrorBoundLayoutVersion

clock-bound/src/shm.rs:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199#[derive(Copy, Clone)]
200pub enum ClockErrorBoundLayoutVersion {
201 V2,
202 V3,
203}
204
205impl TryFrom<u8> for ClockErrorBoundLayoutVersion {
206 type Error = ShmError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected