pub type StreamHandlerFn = Arc<dyn Fn(StreamParams) -> BoxFuture<Result<BoxStream<Result<Value, SeamError>>, SeamError>> + Send + Sync>;
pub struct StreamHandlerFn { /* private fields */ }