pub trait FrameValue {
    type Output;

    fn get_frame_value(
        event: &Event,
        source_type: SourceType,
        i1: DeltaT
    ) -> Self::Output; }

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors