Skip to content

Expect

[Source]

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 Expect is
  Constrained[USize val, ExpectValidator val] val

Type Alias For