Type Definition copra::channel::ChannelBuildFuture [] [src]

type ChannelBuildFuture = Box<Future<Item = Channel, Error = ChannelBuildError>>;

A future returned by ChannelBuilder::build which will resolve to a Channel when the channel is ready for use.