[][src]Trait flize::Reclaimer

pub trait Reclaimer {
    type ShieldState;
    type Reclaimable;
    fn drop_shield(&self, state: &mut Self::ShieldState);
fn retire(&self, state: &Self::ShieldState, param: Self::Reclaimable); }

Associated Types

Loading content...

Required methods

fn drop_shield(&self, state: &mut Self::ShieldState)

fn retire(&self, state: &Self::ShieldState, param: Self::Reclaimable)

Loading content...

Implementors

impl<M: ReclaimableManager> Reclaimer for Ebr<M>[src]

type ShieldState = ShieldState

type Reclaimable = M::Reclaimable

Loading content...