pub trait Acquisitions {
// Required method
fn channels(&self) -> Vec<&AcquisitionChannel>;
}Expand description
Trait describing a collection of acquisitions and providing methods to summarise the collection (e.g. to get the list of channels)
Required Methods§
Sourcefn channels(&self) -> Vec<&AcquisitionChannel>
fn channels(&self) -> Vec<&AcquisitionChannel>
Returns a list of unique channels from the collection of acquisitions