Type Definition dcl_rpc::service_module_definition::BiStreamsRequestHandler
source · pub type BiStreamsRequestHandler<Context> = dyn Fn(BiStreamsPayload, Arc<Context>) -> BiStreamsResponse + Send + Sync;Expand description
Handler type for a bidirectional streams procedure