Expect¶
A validated expect value in bytes. The value must be at least 1.
Construct with MakeExpect(bytes), which returns
(Expect | ValidationFailure). Pass to TCPConnection.expect().
Use None instead of Expect to indicate "deliver all available data."
Type Alias For¶
- Constrained[USize val, ExpectValidator val] val