pub type FloridaSeedsProvider = FloridaSeedsProvider;Expand description
Florida HTTP seeds provider, re-exported under the embed trait.
Aliased Type§
pub struct FloridaSeedsProvider { /* private fields */ }Trait Implementations§
Source§impl SeedsProvider for FloridaSeedsProvider
impl SeedsProvider for FloridaSeedsProvider
Source§fn fetch(&self) -> Result<Vec<ConfDynSeed>, SeedsError>
fn fetch(&self) -> Result<Vec<ConfDynSeed>, SeedsError>
Return the current list of seeds.
Source§fn refresh_interval(&self) -> Duration
fn refresh_interval(&self) -> Duration
Refresh interval used by the gossip task between calls to
SeedsProvider::fetch.