Returns a reference to the edges container.
Returns a mutable reference to the edges container.
Adds a pre-constructed edge envelope.
Retrieves an edge by its digest.
Removes an edge by its digest.
Removes all edges.
Returns whether the object has any edges.
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.