Available on crate feature l2cap only.
Expand description

Stream utility types.

Structs

Owned read half of Stream, created by Stream::into_split.

Owned write half of Stream, created by Stream::into_split.

Borrowed read half of Stream, created by Stream::split.

Error indicating that two halves were not from the same socket, and thus could not be reunited.

Borrowed write half of Stream, created by Stream::split.