Skip to main content

SharedCapture

Type Alias SharedCapture 

Source
pub type SharedCapture = Arc<Mutex<MitmCapture>>;
Expand description

Shared capture for optional in-process proxy (thread-safe).

Aliased Typeยง

pub struct SharedCapture { /* private fields */ }