We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4273da commit f211439Copy full SHA for f211439
src/rpc.rs
@@ -92,6 +92,8 @@ impl<D: crate::store::Store> Blobs<D> {
92
}
93
94
95
+/// This is just an internal helper so I don't have to
96
+/// define all the rpc methods on `self: Arc<BlobsInner<S>>`
97
#[derive(Clone)]
98
struct Handler<S>(Arc<BlobsInner<S>>);
99
0 commit comments