pub struct UdpStreamProvider;Expand description
The medium used to get the UdpStreamImpl
Trait Implementations§
Source§impl StreamProvider for UdpStreamProvider
impl StreamProvider for UdpStreamProvider
Source§type Item = UdpStreamImpl
type Item = UdpStreamImpl
Stream obtained after connect
Auto Trait Implementations§
impl Freeze for UdpStreamProvider
impl RefUnwindSafe for UdpStreamProvider
impl Send for UdpStreamProvider
impl Sync for UdpStreamProvider
impl Unpin for UdpStreamProvider
impl UnwindSafe for UdpStreamProvider
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more