pub trait IncomingChannelFactory: Send + Sync {
type Stream: Send + Sync + 'static;
}
Expand description
Similar to ChannelFactory
, but for building channels from incoming streams.
pub trait IncomingChannelFactory: Send + Sync {
type Stream: Send + Sync + 'static;
}
Similar to ChannelFactory
, but for building channels from incoming streams.