Skip to main content

ParticipantBase

Trait ParticipantBase 

Source
pub trait ParticipantBase: IncidenceBase { }
Expand description

Base capability for hypergraph views that expose participant records.

Hypergraph-facing name for IncidenceBase.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> ParticipantBase for T
where T: IncidenceBase,