Trait kvproto::enginepb::Engine [−][src]
Required methods
fn apply_command_batch(
&mut self,
ctx: RpcContext<'_>,
stream: RequestStream<CommandRequestBatch>,
sink: DuplexSink<CommandResponseBatch>
)
[src]
&mut self,
ctx: RpcContext<'_>,
stream: RequestStream<CommandRequestBatch>,
sink: DuplexSink<CommandResponseBatch>
)
fn apply_snapshot(
&mut self,
ctx: RpcContext<'_>,
stream: RequestStream<SnapshotRequest>,
sink: ClientStreamingSink<SnapshotDone>
)
[src]
&mut self,
ctx: RpcContext<'_>,
stream: RequestStream<SnapshotRequest>,
sink: ClientStreamingSink<SnapshotDone>
)