Trait grpc_etcd::rpc_grpc::Watch [] [src]

pub trait Watch {
    fn watch(
        &self,
        o: RequestOptions,
        p: StreamingRequest<WatchRequest>
    ) -> StreamingResponse<WatchResponse>; }

Required Methods

Implementors