Function export_profiles
pub async fn export_profiles(
store: &CaptureStore,
requests: &BTreeSet<u64>,
connections: &BTreeSet<u64>,
) -> Result<Vec<UserAgentProfileInput>, Box<dyn Error + Send + Sync>>Available on crate features
inspect and std and ua only.Expand description
Explicitly collect all profiles. Prefer ProfileExport for large selections.