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)
pub trait NetworkConnectionInfoProvider: Send + Sync {
// Required method
fn get(&self) -> NetworkConnectionInfo;
}Provider trait for network connection info (implemented by embedders like feagi-rs)