fixes doc
This commit is contained in:
committed by
kaczmarczyck
parent
2df7164c1f
commit
7c1ddcda0a
@@ -14,6 +14,9 @@
|
||||
|
||||
use super::{CtapHid, HidPacket, Message};
|
||||
|
||||
/// Iterator for HID packets.
|
||||
///
|
||||
/// The `new` constructor splits the CTAP `Message` into `HidPacket`s for sending over USB.
|
||||
pub struct HidPacketIterator(Option<MessageSplitter>);
|
||||
|
||||
impl HidPacketIterator {
|
||||
|
||||
Reference in New Issue
Block a user