Trait StreamReadSide

Source
pub trait StreamReadSide {
    type ReadSide;
}
Expand description

Trait that helps finding the read side type of a write stream.

Used to simplify macros. You’re unlikely to want to use this directly.

Required Associated Types§

Implementors§