Skip to main content

NetworkConnectionInfoProvider

Trait NetworkConnectionInfoProvider 

Source
pub trait NetworkConnectionInfoProvider: Send + Sync {
    // Required method
    fn get(&self) -> NetworkConnectionInfo;
}
Expand description

Provider trait for network connection info (implemented by embedders like feagi-rs)

Required Methods§

Implementors§