[−][src]Trait remote_trait_object::ToRemote
Unused T is for avoiding violation of the orphan rule, like ToDispatcher
Unused T is for avoiding violation of the orphan rule, like ToDispatcher
fn to_remote(port: Weak<dyn Port>, handle: HandleToExchange) -> Self
impl ToRemote<dyn NullService + 'static> for Box<dyn NullService>
[src]fn to_remote(port: Weak<dyn Port>, handle: HandleToExchange) -> Self
[src]impl ToRemote<dyn NullService + 'static> for Arc<dyn NullService>
[src]fn to_remote(port: Weak<dyn Port>, handle: HandleToExchange) -> Self
[src]impl ToRemote<dyn NullService + 'static> for Arc<RwLock<dyn NullService>>
[src]fn to_remote(port: Weak<dyn Port>, handle: HandleToExchange) -> Self
[src]