Skip to main content

ProxySnapshot

Trait ProxySnapshot 

Source
pub trait ProxySnapshot: Send + Sync {
    // Required method
    fn entries(&self) -> Vec<ProxyEntrySummary>;
}
Expand description

Read-only snapshot of proxy entries.

Required Methods§

Source

fn entries(&self) -> Vec<ProxyEntrySummary>

Return all configured proxy entries.

Implementors§