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.
pub trait StreamReadSide {
type ReadSide;
}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.