Edgeable provides a consistent interface for working with edges.
Types implementing this interface can store and retrieve edge envelopes
representing verifiable claims as defined in BCR-2026-003.
Equivalent to Rust's Edgeable trait in src/extension/edge/edges.rs.
A trait for types that can have edges.
Edgeableprovides a consistent interface for working with edges. Types implementing this interface can store and retrieve edge envelopes representing verifiable claims as defined in BCR-2026-003.Equivalent to Rust's
Edgeabletrait insrc/extension/edge/edges.rs.