pub(crate) trait RcAllocator {
// Required method
fn allocate(
&mut self,
source: RcWordSource,
value: Unsigned36Bit,
) -> Result<Address, RcWordAllocationFailure>;
}
pub(crate) trait RcAllocator {
// Required method
fn allocate(
&mut self,
source: RcWordSource,
value: Unsigned36Bit,
) -> Result<Address, RcWordAllocationFailure>;
}