pub type StreamHandler = Arc<dyn Fn(&Request, &CallContext) -> Result<StreamResult> + Send + Sync>;Expand description
A handler function for a streaming RPC method.
Aliased Typeยง
pub struct StreamHandler { /* private fields */ }pub type StreamHandler = Arc<dyn Fn(&Request, &CallContext) -> Result<StreamResult> + Send + Sync>;A handler function for a streaming RPC method.
pub struct StreamHandler { /* private fields */ }