server updates

This commit is contained in:
Brad Stein 2025-06-16 22:01:23 -05:00
parent 9dedb58835
commit 716906ee7c

View File

@ -22,8 +22,8 @@ struct Handler {
}
#[tonic::async_trait]
impl Relay for Handler {
type StreamStream =
impl<E> Relay for Handler {
}type StreamStream =
Pin<Box<dyn Stream<Item = Result<HidReport, Status>> + Send + 'static>>;
async fn stream(