Skip to content

Commit a6f0011

Browse files
Fix typo: Responder => Requester
1 parent 0c183f9 commit a6f0011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interchanges.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pub const SIZE: usize = 3072;
22
pub type Data = iso7816::Data<SIZE>;
33
pub type Responder<'pipe> = interchange::Responder<'pipe, Data, Data>;
4-
pub type Requester<'pipe> = interchange::Responder<'pipe, Data, Data>;
4+
pub type Requester<'pipe> = interchange::Requester<'pipe, Data, Data>;

0 commit comments

Comments
 (0)