Trait async_std_hidg::Class
source · [−]pub trait Class {
type Input;
type Output;
fn input(&self) -> Self::Input;
fn output(&self) -> Self::Output;
}
Expand description
Device class trait
pub trait Class {
type Input;
type Output;
fn input(&self) -> Self::Input;
fn output(&self) -> Self::Output;
}
Device class trait