pub trait SetupBenchmark<IdtyId, AccountId> {
    // Required methods
    fn force_valid_distance_status(idty_index: &IdtyId);
    fn add_cert(_issuer: &IdtyId, _receiver: &IdtyId);
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<IdtyId, AccountId> SetupBenchmark<IdtyId, AccountId> for ()

Implementors§