Skip to main content

IntoAsyncChannel

Trait IntoAsyncChannel 

Source
pub trait IntoAsyncChannel {
    // Required method
    fn into_async_channel(self) -> AsyncChannel;
}
Expand description

Wraps the channel provided in the open methods and provide convenience methods for sending

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoAsyncChannel for Channel

Available on non-crate feature fdomain only.

Implementors§