RcAllocator

Trait RcAllocator 

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

Required Methods§

Source

fn allocate( &mut self, source: RcWordSource, value: Unsigned36Bit, ) -> Result<Address, RcWordAllocationFailure>

Implementors§