pub trait FakeCrashReporterQuerierProxyInterface: Send + Sync {
type WatchFileResponseFut: Future<Output = Result<u64, Error>> + Send;
// Required method
fn watch_file(&self) -> Self::WatchFileResponseFut;
}pub trait FakeCrashReporterQuerierProxyInterface: Send + Sync {
type WatchFileResponseFut: Future<Output = Result<u64, Error>> + Send;
// Required method
fn watch_file(&self) -> Self::WatchFileResponseFut;
}