Immutable BlockSource interface
authorJeffrey Czyz <jkczyz@gmail.com>
Mon, 14 Feb 2022 21:31:59 +0000 (15:31 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Mon, 4 Apr 2022 01:59:11 +0000 (20:59 -0500)
Querying a BlockSource is a logically immutable operation. Use non-mut
references in its interface to reflect this, which allows for users to
hold multiple references if desired.


No differences found