Skip to content

Commit f211439

Browse files
committed
add comment about the purpose of the handler
1 parent e4273da commit f211439

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rpc.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ impl<D: crate::store::Store> Blobs<D> {
9292
}
9393
}
9494

95+
/// This is just an internal helper so I don't have to
96+
/// define all the rpc methods on `self: Arc<BlobsInner<S>>`
9597
#[derive(Clone)]
9698
struct Handler<S>(Arc<BlobsInner<S>>);
9799

0 commit comments

Comments
 (0)