fidl_fuchsia_input_interaction_observation

Trait AggregatorProxyInterface

Source
pub trait AggregatorProxyInterface: Send + Sync {
    type ReportDiscreteActivityResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required method
    fn report_discrete_activity(
        &self,
        event_time: i64,
    ) -> Self::ReportDiscreteActivityResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§