Feat: Add with about (#2)

* FEat: Add with about

* chore: Fix the tests
This commit is contained in:
Jade
2024-09-20 12:16:33 -06:00
committed by GitHub
parent 60a974a29c
commit 39a872a129
3 changed files with 119 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,