fixes doc

This commit is contained in:
Fabian Kaczmarczyck
2022-03-07 13:17:38 +01:00
committed by kaczmarczyck
parent 2df7164c1f
commit 7c1ddcda0a
2 changed files with 12 additions and 5 deletions

View File

@@ -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 {