pub trait GetRequestSender {
    // Required method
    fn get_rs(self) -> IpConnectionRequestSender;
}
Expand description

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

Required Methods§

Implementors§