[][src]Module holly::stream

Structs

KillCord

A kill cord stops or closes a Stream.

Enums

Event

Item of the Stream impls returned by stoppable() and closable().

Traits

Close

A type which can be closed.

Functions

closable

Wrap an existing Stream and make it infallible and closable.

stoppable

Wrap an existing Stream and make it infallible and stoppable.