[][src]Trait tinkerforge::ip_connection::GetRequestSender

pub trait GetRequestSender {
    fn get_rs(&self) -> IpConnectionRequestSender;
}

A trait to get an IpConnectionRequestSender. Implementing this trait allows a type to used to create device handles.

Required methods

Loading content...

Implementors

impl<'_> GetRequestSender for &'_ IpConnection[src]

impl<'_> GetRequestSender for &'_ IpConnectionRequestSender[src]

Loading content...