Skip to main content

ParticipantCounts

Trait ParticipantCounts 

Source
pub trait ParticipantCounts: IncidenceCounts {
    // Provided method
    fn participant_count(&self) -> usize { ... }
}
Expand description

Participant-record count capability for hypergraph views.

Hypergraph-facing name for IncidenceCounts.

Provided Methods§

Source

fn participant_count(&self) -> usize

Returns the total number of participant records visible in this view.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§