Skip to main content

WatcherProxyInterface

Trait WatcherProxyInterface 

Source
pub trait WatcherProxyInterface: Send + Sync {
    type GetCrashResponseFut: Future<Output = Result<WatcherGetCrashResult, Error>> + Send;

    // Required method
    fn get_crash(&self) -> Self::GetCrashResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§