Type Alias zbus::connection::socket::BoxedSplit

source ·
pub type BoxedSplit = Split<Box<dyn ReadHalf>, Box<dyn WriteHalf>>;
Expand description

A boxed Split.

Aliased Type§

struct BoxedSplit { /* private fields */ }

Trait Implementations§

source§

impl<S: Socket> From<S> for BoxedSplit

source§

fn from(socket: S) -> Self

Converts to this type from the input type.