FEat: Add with about

This commit is contained in:
J H
2024-09-20 10:58:53 -06:00
parent 60a974a29c
commit 8128b35e57
3 changed files with 118 additions and 17 deletions

View File

@@ -19,14 +19,14 @@
// impl Context for CliContext {
// type Metadata = ();
// }
//
// impl CliContextSocket for CliContext {
// type Stream = UnixStream;
// async fn connect(&self) -> std::io::Result<Self::Stream> {
// UnixStream::connect(&self.0).await
// }
// }
//
// impl rpc_toolkit::CliContext for CliContext {
// async fn call_remote(
// &self,
@@ -92,7 +92,7 @@
// println!("{}", res);
// }
// }
//
// impl AsyncCommand<ServerContext> for Thing1 {
// async fn implementation(
// self,