pub struct InprocTransport { /* private fields */ }Expand description
Connected in-process transport. Messages are framed as owned
Vec<u8>; send pushes one, recv pops one into the caller’s
buffer.
Trait Implementations§
Auto Trait Implementations§
impl !Sync for InprocTransport
impl Freeze for InprocTransport
impl RefUnwindSafe for InprocTransport
impl Send for InprocTransport
impl Unpin for InprocTransport
impl UnsafeUnpin for InprocTransport
impl UnwindSafe for InprocTransport
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