pub trait Api: Send {
    type Serial: Api;
}
Available on crate feature internal-api-usb only.
Expand description

USB interface.

Required Associated Types§

source

type Serial: Api

Available on crate feature api-usb-serial only.

Implementors§