fidl_fidl_clientsuite

Trait ClosedTargetEventReporterProxyInterface

Source
pub trait ClosedTargetEventReporterProxyInterface: Send + Sync {
    // Required method
    fn report_event(
        &self,
        payload: &ClosedTargetEventReport,
    ) -> Result<(), Error>;
}

Required Methods§

Implementors§