pub fn with_stdio_transport<M: TryFrom<Message, Error = Error> + GetMessageKind>(
args: MirrorArgs,
f: impl FnOnce(Connection<M>) -> Result<()>,
) -> Result<()>
Expand description
Note that we must have our logging only write out to stderr.
pub fn with_stdio_transport<M: TryFrom<Message, Error = Error> + GetMessageKind>(
args: MirrorArgs,
f: impl FnOnce(Connection<M>) -> Result<()>,
) -> Result<()>
Note that we must have our logging only write out to stderr.