Skip to main content

ComplexDataSource

Trait ComplexDataSource 

Source
pub trait ComplexDataSource {
    // Required method
    fn source_complex_data(&mut self) -> ComPacket;

    // Provided method
    fn get_state(&self) -> State { ... }
}

Required Methods§

Provided Methods§

Source

fn get_state(&self) -> State

Implementors§

Source§

impl ComplexDataSource for DemoData

Pull data out of the data loaded into memory from the demo data file. Prepair it for send.

Source§

impl ComplexDataSource for DummyData

This is a relic of before we were given data for DemoData