[][src]Trait bottle::receiver::AsReceiver

pub trait AsReceiver {
    fn as_receiver(&self) -> Result<Remote<Self>, NotReceiver>;
}

Required methods

fn as_receiver(&self) -> Result<Remote<Self>, NotReceiver>

Loading content...

Implementors

impl<T> AsReceiver for T[src]

Loading content...