fidl_fuchsia_update

Trait AttemptsMonitorProxyInterface

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

    // Required method
    fn on_start(
        &self,
        options: &AttemptOptions,
        monitor: ServerEnd<MonitorMarker>,
    ) -> Self::OnStartResponseFut;
}

Required Associated Types§

Source

type OnStartResponseFut: Future<Output = Result<(), Error>> + Send

Required Methods§

Source

fn on_start( &self, options: &AttemptOptions, monitor: ServerEnd<MonitorMarker>, ) -> Self::OnStartResponseFut

Implementors§