pub trait OnSmithDelete<IdtyIndex> {
    // Required method
    fn on_smith_delete(idty_index: IdtyIndex, reason: SmithRemovalReason);
}

Required Methods§

source

fn on_smith_delete(idty_index: IdtyIndex, reason: SmithRemovalReason)

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<IdtyIndex> OnSmithDelete<IdtyIndex> for ()

Implementors§