NodeInfoHandler

Trait NodeInfoHandler 

Source
pub trait NodeInfoHandler<PC: Curve>:
    NodeInfoFetcher<PC>
    + NodeInfoUpdater<PC>
    + ContextInfoUpdater
    + Debug
    + Sync
    + Send { }

Implementors§

Source§

impl<PC: Curve + 'static> NodeInfoHandler<PC> for InMemoryNodeInfoCache<PC>