server updates
This commit is contained in:
parent
9dedb58835
commit
716906ee7c
@ -22,8 +22,8 @@ struct Handler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[tonic::async_trait]
|
#[tonic::async_trait]
|
||||||
impl Relay for Handler {
|
impl<E> Relay for Handler {
|
||||||
type StreamStream =
|
}type StreamStream =
|
||||||
Pin<Box<dyn Stream<Item = Result<HidReport, Status>> + Send + 'static>>;
|
Pin<Box<dyn Stream<Item = Result<HidReport, Status>> + Send + 'static>>;
|
||||||
|
|
||||||
async fn stream(
|
async fn stream(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user