zbus::connection::socketType Alias BoxedSplit
Source pub type BoxedSplit = Split<Box<dyn ReadHalf>, Box<dyn WriteHalf>>;
Expand description
struct BoxedSplit { }
Implementations
Reference to the read half.
Mutable reference to the read half.
Reference to the write half.
Mutable reference to the write half.
Take the read and write halves.
Converts to this type from the input type.
Formats the value using the given formatter.
Read more