RcAllocator

Trait RcAllocator 

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

Required Methods§

Implementors§