pub trait BlockUntilSyncedToCurrentChain {
    // Required method
    fn block_until_synced_to_current_chain(&self);
}

Required Methods§

Implementors§