server updates
This commit is contained in:
parent
9dedb58835
commit
716906ee7c
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user