pub struct StdioActor { /* private fields */ }
Expand description
A StdioTransport
uses a child process’s stdin/stdout as a communication channel.
It uses channels for message passing and handles responses asynchronously through a background task.
Implementations§
Source§impl StdioActor
impl StdioActor
Auto Trait Implementations§
impl Freeze for StdioActor
impl !RefUnwindSafe for StdioActor
impl Send for StdioActor
impl Sync for StdioActor
impl Unpin for StdioActor
impl !UnwindSafe for StdioActor
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